-
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 12, 2020
1 parent
3677269
commit e030a4f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule youtube-dl
updated
19 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 | |
+34 −1 | ChangeLog | |
+2 −2 | README.md | |
+0 −6 | docs/supportedsites.md | |
+1 −1 | youtube_dl/YoutubeDL.py | |
+0 −194 | youtube_dl/extractor/beampro.py | |
+0 −10 | youtube_dl/extractor/extractors.py | |
+188 −53 | youtube_dl/extractor/facebook.py | |
+0 −6 | youtube_dl/extractor/generic.py | |
+90 −217 | youtube_dl/extractor/itv.py | |
+83 −9 | youtube_dl/extractor/ruutu.py | |
+0 −416 | youtube_dl/extractor/smotri.py | |
+23 −6 | youtube_dl/extractor/wdr.py | |
+1 −1 | youtube_dl/options.py | |
+1 −1 | youtube_dl/version.py |