1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-30 20:27:54 +01:00
Commit Graph

17723 Commits

Author SHA1 Message Date
Sergey M․
4cce94b5d7 [postprocessor/ffmpeg] Embed series metadata with --add-metadata 2020-06-15 21:11:13 +02:00
JordanWeatherby
3f46f0b454 [giantbomb] Extend _VALID_URL (#25222) 2020-06-15 21:11:13 +02:00
Michael Klein
a12a7b5fb1 [ard] Improve _VALID_URL (closes #25134) (#25198) 2020-06-15 21:11:13 +02:00
Sergey M․
6ae7f9a781 [redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321) 2020-06-15 21:11:13 +02:00
Rob
2688c14827 [utils] Fix file permissions in write_json_file (closes #12471) (#25122) 2020-06-15 21:11:13 +02:00
tlsssl
45684945ea [indavideo] Switch to HTTPS for API request (#25191) 2020-06-15 21:11:13 +02:00
Dave Loyall
5e75fc8083 [redtube] Improve title extraction (#25208) 2020-06-15 21:11:13 +02:00
Remita Amine
c9f7b01521 [vimeo] improve format extraction and sorting(closes #25285) 2020-06-15 21:11:13 +02:00
Remita Amine
506a3befee [soundcloud] reduce API playlist page limit(closes #25274) 2020-06-15 21:11:13 +02:00
Juan Francisco Cantero Hurtado
0d0782e98c [youtube] Add support for yewtu.be (#25226) 2020-06-15 21:11:13 +02:00
TotalCaesar659
56586029b2 [README.md] flake8 HTTPS URL (#25230) 2020-06-15 21:11:13 +02:00
comsomisha
eadc854eae [mailru] Fix extraction (closes #24530) (#25239) 2020-06-15 21:11:13 +02:00
Sergey M․
160cc06fad [bbccouk] PEP8 2020-06-15 21:11:13 +02:00
Remita Amine
acb623ab56 [spike] fix Bellator mgid extraction(closes #25195) 2020-06-15 21:11:13 +02:00
Sergey M․
a7aca308c4 release 2020.05.08 2020-06-15 21:11:13 +02:00
Sergey M․
a03c5d5db8 [ChangeLog] Actualize
[ci skip]
2020-06-15 21:11:13 +02:00
Sergey M․
70c1610701 [youtube] Improve signature cipher extraction (closes #25188) 2020-06-15 21:11:13 +02:00
Sergey M․
c81040f0f1 [iprima] Improve extraction (closes #25138) 2020-06-15 21:11:13 +02:00
Sergey M․
41c1621f26 [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-06-15 21:11:13 +02:00
Sergey M․
d66aed88bf [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-06-15 21:11:13 +02:00
Remita Amine
a0d742b1af [uol] fix extraction(closes #22007) 2020-06-15 21:11:13 +02:00
hh0rva1h
ba0582edea [orf] Add support for more radio stations (closes #24938) (#24968) 2020-06-15 21:11:13 +02:00
Sergey M․
83c6b7f224 [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-06-15 21:11:13 +02:00
Sergey M․
6148b0929d [compat] Introduce compat_cookiejar_Cookie 2020-06-15 21:11:13 +02:00
Sergey M․
f443feb782 [dailymotion] Fix typo 2020-06-15 21:11:13 +02:00
Sergey M․
36301a939b [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-06-15 21:11:13 +02:00
Sergey M․
2cf485b9f8 [puhutv] Remove no longer available HTTP formats (closes #25124) 2020-06-15 21:11:13 +02:00
Sergey M․
3b22f0aabe release 2020.05.03 2020-06-15 21:11:13 +02:00
Sergey M․
8e27247368 [ChangeLog] Actualize
[ci skip]
2020-06-15 21:11:13 +02:00
Sergey M․
633e33d682 [crunchyroll] Fix and improve extraction (closes #25096, closes #25060) 2020-06-15 21:11:13 +02:00
Sergey M․
a91e9e4027 [extractor/common] Extract multiple JSON-LD entries 2020-06-15 21:11:13 +02:00
Sergey M․
2be06b35d2 [youtube] Improve player id extraction and add tests 2020-06-15 21:11:13 +02:00
Sergey M․
6b001ab981 [youtube] Use redirected video id if any (closes #25063) 2020-06-15 21:11:13 +02:00
Remita Amine
00efe66681 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 2020-06-15 21:11:13 +02:00
Remita Amine
49e8286d03 [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) 2020-06-15 21:11:13 +02:00
Sergey M․
2c2363aec7 [tenplay] Relax _VALID_URL (closes #25001) 2020-06-15 21:11:13 +02:00
Sergey M․
56e167e108 [prosiebensat1] Extract series metadata 2020-06-15 21:11:13 +02:00
Philipp Stehle
027a1f601e [prosiebensat1] Improve extraction and remove 7tv.de support (#24948) 2020-06-15 21:11:13 +02:00
willbeaufoy
34c669d700 [options] Clarify doc on --exec command (closes #19087) (#24883) 2020-06-15 21:11:13 +02:00
tsia
f2e0bcd9b8
Merge pull request #14 from ytdl-org/master
update
2020-04-21 14:42:59 +02: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
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
Sergey M․
5caf88ccb4
[nova:embed] Fix extraction (closes #24700) 2020-04-09 03:52:29 +07:00
Sergey M․
dcc8522fdb
[motherless] Fix extraction (closes #24699) 2020-04-09 02:14:49 +07:00
Felix Stupp
c9595ee780
[twitch:clips] Extend _VALID_URL (closes #24290) (#24642) 2020-04-07 23:21:25 +07:00
Sergey M․
91bd3bd019
[tv4] Fix ISM formats extraction (closes #24667) 2020-04-07 22:56:06 +07:00