1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00
Commit Graph

21810 Commits

Author SHA1 Message Date
94c29091d0 Merge pull request #211 from renalid/master
Update on france.tv extractor to fix thumbnail URL
2020-11-30 02:38:45 +01:00
7b400ac40b Merge pull request #182 from jbruchon/makewinfix
make_win.bat: don't use UPX to pack vcruntime140.dll
2020-11-30 02:36:19 +01:00
e8dfaa0fd7 Merge pull request #208 from colethedj/ytsearchfix
[youtube] fix: ytsearch not returning results sometimes due to promoted content
2020-11-30 02:34:28 +01:00
9693a34773 Merge branch 'master' into master 2020-11-30 02:32:58 +01:00
6a03f4f2a8 Merge pull request #261 from B0pol/ina
[ina] support mobile links
2020-11-30 02:30:43 +01:00
6248b34ad2 Merge pull request #207 from pukkandan/thumbnail-rename
[ffmpeg] Fix for os.rename error when embedding thumbnail to video in a different drive on windows
2020-11-30 02:30:20 +01:00
8e423ae86a Merge pull request #224 from kyuyeunk/vlive
[Vlive] Fix playlist handling when downloading a channel
2020-11-30 02:26:35 +01:00
284ec6f48a Merge pull request #246 from pukkandan/bitchute-embed
Detect embedded bitchute videos
2020-11-30 02:25:38 +01:00
bccdb02e93 Merge pull request #205 from pukkandan/ffmpeg-use-map
[ffmpeg] Ensure all streams are copied
2020-11-30 02:24:39 +01:00
ef5a4db06c Merge pull request #245 from pukkandan/merge-main
Merge youtube-dl and fix Youtube Feeds
2020-11-30 02:20:18 +01:00
ae6e4e25aa make sure playerOffsetMs is positive 2020-11-28 02:19:38 +02:00
9b664dc420 [ina] support mobile links 2020-11-27 23:54:21 +01:00
93201d50aa Merge pull request #213 from lorpus/master
[bitwave.tv] new extractor
2020-11-27 16:42:12 +01:00
ae7c01431d [bitwave.tv] add test 2020-11-27 00:23:13 -05:00
c78b936af4 bug fix 2020-11-27 01:16:02 +05:30
2fa90513e5 flake8 2020-11-27 00:41:52 +05:30
f0c532a430 Fix some improper Youtube URLs
Eg: https://www.youtube.com/watch?list=UUXIkr0SRTnZO4_QpZozvCCA
2020-11-27 00:27:53 +05:30
a62cf34298 [spreaker] fix SpreakerShowIE test URL 2020-11-26 23:40:40 +05:30
38d7028407 Updated to release 2020.11.26 2020-11-26 22:57:34 +05:30
02ced43cbf Print youtube's warning message (Closes #256) 2020-11-25 19:14:49 +05:30
17fbbff940 Merge pull request #254 from xypwn/patch-1
[SouthparkDe] Support for English URLs
2020-11-24 01:57:48 +01:00
3d3dddc948 Update youtube extractor to 2020.11.24 2020-11-24 03:48:17 +05:30
70d5c17b08 Minor changes to make it easier to merge 2020-11-24 03:48:17 +05:30
70c5802b5d Update to release 2020.11.24 except youtube and skyit extractors 2020-11-24 02:33:08 +05:30
a93f71ee5e Minor fixes 2020-11-23 23:48:39 +05:30
f8fb3b8a78 [SouthparkDe] Support for English URLs
Allow downloading English South Park episodes from the southpark.de
2020-11-23 16:49:39 +01:00
036fcf3aa1 Redirect channel home to /video 2020-11-23 01:56:08 +05:30
434406a982 Cleanup YoutubeTabIE _VALID_URL regex 2020-11-23 01:55:14 +05:30
386e1dd908 Better implementation of YoutubeSearchURLIE 2020-11-22 18:39:09 +05:30
7bd4a9b611 Added RDMM back
Eg: https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM
2020-11-22 15:50:16 +05:30
ef2f3c7f58 Minor fixes 2020-11-22 15:45:33 +05:30
a0566bbf5c Updated to release 2020.11.21.1 2020-11-22 03:51:26 +05:30
3462ffa892 Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL 2020-11-22 03:51:09 +05:30
d3260f40cb Revert changes to vlive 2020-11-22 03:46:54 +05:30
097f1663a9 Detect embedded bitchute videos 2020-11-20 14:26:24 +05:30
8bdd16b499 Merge 'ytdl-org/youtube-dl/master' release 2020.11.19
Old Extractors left behind:
	VLivePlaylistIE
	YoutubeSearchURLIE
	YoutubeShowIE
	YoutubeFavouritesIE

If removing old extractors, make corresponding changes in
	docs/supportedsites.md
	youtube_dlc/extractor/extractors.py

Not merged:
	.github/ISSUE_TEMPLATE/1_broken_site.md
	.github/ISSUE_TEMPLATE/2_site_support_request.md
	.github/ISSUE_TEMPLATE/3_site_feature_request.md
	.github/ISSUE_TEMPLATE/4_bug_report.md
	.github/ISSUE_TEMPLATE/5_feature_request.md
	test/test_all_urls.py
	youtube_dlc/version.py
	Changelog
2020-11-20 13:03:32 +05:30
d71eb83b05 Extract embedded youtube and twitter videos 2020-11-19 23:51:43 -05:00
228385340e Merge pull request #187 from pukkandan/break-on-existing
Stop download after encountering video in archive
2020-11-16 23:00:44 +01:00
63dcccd07c Merge pull request #181 from pukkandan/precheck-archive
Check IDs in the archive before downloading webpage
2020-11-16 22:59:24 +01:00
d02f12107f [Vlive] Fix playlist handling when downloading a channel 2020-11-16 22:03:48 +09:00
d9c2b0a6de [bitwave.tv] fix build 2020-11-14 20:18:30 -05:00
2b547dd782 [bitwave.tv] new extractor 2020-11-14 19:55:50 -05:00
ec57f903c9 Don't try to delete file if it doesn't exist 2020-11-15 04:19:22 +05:30
711bd5d362 Update on france.tv extractor to fix thumbnail URL
Fix the thumbnail URL extraction
2020-11-14 22:49:36 +01:00
9da76d30de code consistency 2020-11-15 09:34:59 +13:00
958804ad4e Ensure all streams are copied when using ffmpeg 2020-11-15 01:47:26 +05:30
55faba7ed7 Fix for os.rename error when embedding thumbnail to video in a different drive 2020-11-15 01:46:52 +05:30
0366ae8756 Fix search to not depend on index position for videoRenderer and token items. 2020-11-15 09:03:40 +13:00
a2044d57ca Merge branch 'master' of https://github.com/blackjack4494/yt-dlc into fix-tmz 2020-11-14 09:40:51 -05:00
ea6e0c2b0d Add --break-on-existing by @gergesh
Authored-by: Yoav Shai <gergesh@gmail.com>
2020-11-13 14:19:00 +05:30