-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis CI User
committed
Dec 31, 2020
1 parent
ec5f356
commit 0935f6a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule youtube-dl
updated
23 files
+3 −3 | .github/ISSUE_TEMPLATE/1_broken_site.md | |
+2 −2 | .github/ISSUE_TEMPLATE/2_site_support_request.md | |
+2 −2 | .github/ISSUE_TEMPLATE/3_site_feature_request.md | |
+3 −3 | .github/ISSUE_TEMPLATE/4_bug_report.md | |
+2 −2 | .github/ISSUE_TEMPLATE/5_feature_request.md | |
+23 −0 | ChangeLog | |
+1 −0 | README.md | |
+3 −1 | docs/supportedsites.md | |
+5 −0 | test/test_utils.py | |
+1 −1 | youtube_dl/YoutubeDL.py | |
+72 −26 | youtube_dl/extractor/aenetworks.py | |
+15 −7 | youtube_dl/extractor/brightcove.py | |
+6 −2 | youtube_dl/extractor/extractors.py | |
+19 −34 | youtube_dl/extractor/nbc.py | |
+27 −2 | youtube_dl/extractor/reddit.py | |
+21 −11 | youtube_dl/extractor/sevenplus.py | |
+23 −11 | youtube_dl/extractor/tenplay.py | |
+7 −4 | youtube_dl/extractor/uktvplay.py | |
+93 −14 | youtube_dl/extractor/vvvvid.py | |
+89 −60 | youtube_dl/extractor/yandexdisk.py | |
+81 −41 | youtube_dl/extractor/yandexvideo.py | |
+1 −1 | youtube_dl/utils.py | |
+1 −1 | youtube_dl/version.py |