29803 Commits

Author SHA1 Message Date
SpeakerEnder
6a413ba612 Undo go changes 2020-05-27 21:11:07 -04:00
SpeakerEnder
421d6cf3cb Merge branch 'master' of https://github.com/speakerender/youtube-dl into directvnow-auth-fix 2020-05-27 20:26:53 -04:00
J. Randall Owens
7011f9098a Merge branch 'master' of https://github.com/rg3/youtube-dl 2020-05-28 01:06:42 +01:00
striker.sh
1db5ab6b34
[youtube] Add support for more invidious instances (#25417) 2020-05-27 01:26:45 +07:00
oleksis
6f1fa26d0b [picta] Update use api v2 + flake8 2020-05-25 03:10:59 -04:00
oleksis
44aa875818 [picta] Update use api v2 2020-05-25 02:42:40 -04:00
oleksis
41c6135520 Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into PictaExtractor 2020-05-24 17:40:19 -04:00
Sergey M․
2791e80b60
[postprocessor/ffmpeg] Embed series metadata with --add-metadata 2020-05-23 12:28:15 +07:00
JordanWeatherby
8f841fafcd
[giantbomb] Extend _VALID_URL (#25222) 2020-05-21 04:30:50 +07:00
Michael Klein
a54c5f83c0
[ard] Improve _VALID_URL (closes #25134) (#25198) 2020-05-20 04:08:08 +07:00
Sergey M․
cd13343ad8
[redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321) 2020-05-20 03:39:41 +07:00
Rob
9cd5f54e31
[utils] Fix file permissions in write_json_file (closes #12471) (#25122) 2020-05-20 03:21:52 +07:00
tlsssl
9a269547f2
[indavideo] Switch to HTTPS for API request (#25191) 2020-05-20 02:13:06 +07:00
Dave Loyall
bf097a5077
[redtube] Improve title extraction (#25208) 2020-05-20 02:11:05 +07:00
Felix Stupp
03ccfc4983
[roosterteeth] Fixed syntax "if in" for Python 2.6.9 2020-05-17 13:46:53 +02:00
Felix Stupp
4438917048
[roosterteeth] rwby-bonus-25 Test: Fixed invalid channel_id 2020-05-17 01:15:57 +02:00
Felix Stupp
319395a7dd
[roosterteeth] Added test case for ability to download bonus episodes 2020-05-16 18:59:22 +02:00
Felix Stupp
3dd445217b
[roosterteeth] Allow bonus_feature_image as thumbnails
Certain bonus episodes do not have their thumbnail taged with
"episode_image", but as "bonus_feature_image".
2020-05-16 18:59:21 +02:00
Felix Stupp
3c6ba354c2
[roosterteeth] Changed API endpoint
New endpoint allows to request metadata for bonus episodes

Fixes #23590
2020-05-16 18:59:18 +02:00
Remita Amine
52c50a10af [vimeo] improve format extraction and sorting(closes #25285) 2020-05-15 15:57:06 +01:00
Remita Amine
b334732709 [soundcloud] reduce API playlist page limit(closes #25274) 2020-05-15 14:13:02 +01:00
Erez Volk
f9e4b8feff Merge remote-tracking branch 'upstream/master' into linkedin-learning-subtitles 2020-05-14 12:13:59 +03:00
Juan Francisco Cantero Hurtado
384bf91f88
[youtube] Add support for yewtu.be (#25226) 2020-05-14 05:54:42 +07:00
TotalCaesar659
fae11394f0
[README.md] flake8 HTTPS URL (#25230) 2020-05-14 05:53:17 +07:00
comsomisha
adc13b0748
[mailru] Fix extraction (closes #24530) (#25239) 2020-05-14 05:51:40 +07:00
Sergey M․
327593257c
[bbccouk] PEP8 2020-05-14 05:11:42 +07:00
Remita Amine
9d8f3a12a6 [spike] fix Bellator mgid extraction(closes #25195) 2020-05-12 20:49:08 +01:00
Sergey M․
b002bc433a
release 2020.05.08 2020.05.08 2020-05-08 18:10:37 +07:00
Sergey M․
b74896dad1
[ChangeLog] Actualize
[ci skip]
2020-05-08 18:07:05 +07:00
Sergey M․
fa3db38333
[youtube] Improve signature cipher extraction (closes #25188) 2020-05-08 17:42:30 +07:00
Sergey M․
30fa5c6087
[iprima] Improve extraction (closes #25138) 2020-05-06 23:20:14 +07:00
Sergey M․
6c907eb33f
[downloader/http] Request last data block of exact remaining size
Always request last data block of exact size remaining to download if possible not the current block size.
2020-05-05 21:43:39 +07:00
Sergey M․
f7b42518dc
[downloader/http] Finish downloading once received data length matches expected
Always do this if possible, i.e. if Content-Length or expected length is known, not only in test.
This will save unnecessary last extra loop trying to read 0 bytes.
2020-05-05 21:43:39 +07:00
Remita Amine
ce7db64bf1 [uol] fix extraction(closes #22007) 2020-05-05 11:19:40 +01:00
hh0rva1h
1328305851
[orf] Add support for more radio stations (closes #24938) (#24968) 2020-05-05 06:22:50 +07:00
Sergey M․
6c22cee673
[extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes #23256, closes #24776)
To always ensure cookie name and value are bytestrings on python 2.
2020-05-05 06:00:37 +07:00
Sergey M․
6d874fee2a
[compat] Introduce compat_cookiejar_Cookie 2020-05-05 05:54:10 +07:00
Sergey M․
676723e0da
[dailymotion] Fix typo 2020-05-05 05:09:07 +07:00
Sergey M․
c380cc28c4
[utils] Improve cookie files support
+ Add support for UTF-8 in cookie files
* Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
2020-05-05 04:21:25 +07:00
Sergey M․
f7f304910d
[puhutv] Remove no longer available HTTP formats (closes #25124) 2020-05-04 21:15:19 +07:00
Sergey M․
00a41ca4c3
release 2020.05.03 2020.05.03 2020-05-03 00:05:05 +07:00
Sergey M․
66f32ca0e1
[ChangeLog] Actualize
[ci skip]
2020-05-02 23:59:25 +07:00
Sergey M․
6ffc3cf74a
[crunchyroll] Fix and improve extraction (closes #25096, closes #25060) 2020-05-02 23:42:51 +07:00
Sergey M․
4433bb0245
[extractor/common] Extract multiple JSON-LD entries 2020-05-02 23:40:30 +07:00
Cam.Rossington.MacAir
c1beac1a5a Merge branch 'rss_description'
Merge branch 'rss_description' of https://github.com/deoxys314/youtube-dl into rss_description
2020-05-02 12:28:17 -04:00
Cam.Rossington.MacAir
7f11e9a6a8 Add test for podcast with episode descriptions.
Test runs successfully, but does not yet test for the existence of
episode descriptions.
2020-05-02 12:24:58 -04:00
Cameron Rossington
d84347f367 Look for podcast description in generic extractor.
Tries sequentially to find common tags containing episode descriptions
for podcasts when using the generic extractor. Silently allows
description to be None if there are not any found.
2020-05-02 12:24:55 -04:00
Sergey M․
e40c758c2a
[youtube] Improve player id extraction and add tests 2020-05-02 07:18:08 +07:00
Sergey M․
011e75e641
[youtube] Use redirected video id if any (closes #25063) 2020-05-01 00:40:38 +07:00
Remita Amine
2468a6fa64 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 2020-04-29 14:56:32 +01:00