diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-12-09 17:08:12 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-12-09 17:08:12 -0800 |
commit | 6443cedf6299ba5a516df5a00cc78fb0b6800a1e (patch) | |
tree | 42646b65c7ce267bdb12b7b7c382dafb73d8e489 /youtube/yt_data_extract/__init__.py | |
parent | 1a7ed0a981f653c7eba85e57d9914501ade127fe (diff) | |
download | yt-local-6443cedf6299ba5a516df5a00cc78fb0b6800a1e.tar.lz yt-local-6443cedf6299ba5a516df5a00cc78fb0b6800a1e.tar.xz yt-local-6443cedf6299ba5a516df5a00cc78fb0b6800a1e.zip |
Retrieve base.js url from html watch page when it's missing
Fixes failure mode 3 in #22
Diffstat (limited to 'youtube/yt_data_extract/__init__.py')
-rw-r--r-- | youtube/yt_data_extract/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/yt_data_extract/__init__.py b/youtube/yt_data_extract/__init__.py index 8934f74..697e003 100644 --- a/youtube/yt_data_extract/__init__.py +++ b/youtube/yt_data_extract/__init__.py @@ -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) |