Retrieve base.js url from html watch page when it's missing

Fixes failure mode 3 in #22
This commit is contained in:
James Taylor
2020-12-09 17:08:12 -08:00
parent 1a7ed0a981
commit 6443cedf62
3 changed files with 40 additions and 14 deletions

View File

@@ -9,4 +9,5 @@ from .everything_else import (extract_channel_info, extract_search_info,
from .watch_extraction import (extract_watch_info, get_caption_url,
update_with_age_restricted_info, requires_decryption,
extract_decryption_function, decrypt_signatures, _formats,
update_format_with_type_info, extract_hls_formats)
update_format_with_type_info, extract_hls_formats,
update_with_missing_base_js)