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
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
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
Remita Amine
700265bfcf
[tvplay] fix Viafree extraction( closes #15189 )( closes #24473 )( closes #24789 )
2020-04-29 13:38:58 +01:00
ssaqua
a74c3cccfa
[pokemon] add extractor for watch.pokemon.com
2020-04-28 20:41:19 +10:00
Sergey M․
c97f5e934f
[tenplay] Relax _VALID_URL ( closes #25001 )
2020-04-26 12:41:33 +07:00
Sergey M․
38db9a405a
[prosiebensat1] Extract series metadata
2020-04-24 02:56:10 +07:00
Philipp Stehle
2cdfe977d7
[prosiebensat1] Improve extraction and remove 7tv.de support ( #24948 )
2020-04-24 02:44:13 +07:00
willbeaufoy
46d0baf941
[options] Clarify doc on --exec command ( closes #19087 ) ( #24883 )
2020-04-24 02:31:38 +07:00
Mariusz Skoneczko
2cf8283701
[AnimeLab] Fix extracting videos with null season data
2020-04-23 21:08:13 +10:00
Mariusz Skoneczko
2f6d029e96
[AnimeLab] Extract both English and Japanese all in one go, if available
2020-04-23 21:03:20 +10:00
Mariusz Skoneczko
c3dca171d0
[AnimeLab] Correctly extract mpd and m3u8 formats
2020-04-23 20:07:33 +10:00