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
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
Elan Ruusamäe
16b73da1cb
[chore] DRY: move common _VALID_URL_RE caching to a method
2020-04-23 11:06:44 +03:00
tsia
f2e0bcd9b8
Merge pull request #14 from ytdl-org/master
...
update
2020-04-21 14:42:59 +02:00
Mariusz Skoneczko
395f0e7b11
[AnimeLab] Correctly pass playlist item ids as strings fixing --download-archive
2020-04-21 20:45:29 +10:00
Mariusz Skoneczko
924a92d3c0
Merge branch 'master' into animelab
2020-04-21 20:36:23 +10:00
Lam
f708258986
[floatplane] New version of the Floatplane extractor
2020-04-20 21:17:42 +02:00
Andrew Udvare
a57ae3f760
[Instagram] Support for Stories
2020-04-17 02:32:35 -04:00
J. Randall Owens
b42ada3f88
Merge branch 'master' of https://github.com/rg3/youtube-dl
2020-04-15 12:29:08 +01:00
Pete Johns
5d6e557d0f
Extract SBSBaseIE with common _real_extract(), which follows established BaseIE pattern
2020-04-13 15:04:27 +10:00
Pete Johns
a6376446ec
Don't inherit from SBSIE
...
It's unclear from https://github.com/ytdl-org/youtube-dl/pull/21066#discussion_r407193002 why this is the case as the codebase has many examples of other InfoExtractor classes inheriting from derived classes.
2020-04-13 13:35:27 +10:00
Pete Johns
685ed27a4f
Use suitable() to determine which InfoExtractor class to use
2020-04-13 13:26:23 +10:00
Pete Johns
fd90cab05a
_VALID_URL regular expressions are not anchored
2020-04-13 13:23:08 +10:00
Pete Johns
5e04505a96
Remove data obviated by 'only_matching' flag
2020-04-13 13:14:02 +10:00
Pete Johns
e0cdd3e52c
Merge remote-tracking branch 'origin/master' into paj/sbs-news-without-id
2020-04-12 15:48:05 +10:00
Sergey M․
00eb865b3c
[youtube] Fix DRM videos detection (refs #24736 )
2020-04-11 23:05:08 +07:00
Sergey M․
2f19835726
[thisoldhouse] Improve video id extraction ( closes #24549 )
2020-04-11 20:07:37 +07:00
AndrewMBL
533f3e3557
[thisoldhouse] Fix video id extraction ( closes #24548 )
...
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
2020-04-11 20:07:32 +07:00
relrelb
ce352893c5
Remove empty line
2020-04-10 16:25:16 +03:00
relrelb
0b1814211b
Merge remote-tracking branch 'origin/master' into makotv
2020-04-10 16:18:03 +03:00
Sergey M․
75294a5ed0
[soundcloud] Improve AAC format extraction ( closes #19173 , closes #24708 )
2020-04-10 17:26:03 +07:00
tom
b9e5f87291
[soundcloud] Extract AAC format
2020-04-10 17:25:04 +07:00
Sergey M․
6b09401b0b
[youtube] Skip broken multifeed videos ( closes #24711 )
2020-04-09 22:42:43 +07:00
thezero
0d4e58840b
[vzaar] fix hls downloader key_url
2020-04-09 01:22:25 +02:00
thezero
511ad55d78
[sproutvideo] improve HLS download, fix video detection
2020-04-09 01:09:00 +02:00