Extraction: Move non-stateful signature decryption functionality into yt_data_extract

This commit is contained in:
James Taylor
2019-12-19 21:28:21 -08:00
parent 4a3529df95
commit 6b7a1212e3
3 changed files with 110 additions and 86 deletions

View File

@@ -7,4 +7,5 @@ from .everything_else import (extract_channel_info, extract_search_info,
extract_playlist_metadata, extract_playlist_info, extract_comments_info)
from .watch_extraction import (extract_watch_info, get_caption_url,
update_with_age_restricted_info)
update_with_age_restricted_info, requires_decryption,
extract_decryption_function, decrypt_signatures)