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

17855 Commits

Author SHA1 Message Date
Philipp Hagemeister
46d2733f92 [facebook] Support single-video ID links
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
2020-06-15 21:11:13 +02:00
Sergey M․
06dc6af04c [youtube] Extract chapters from JSON (closes #24819) 2020-06-15 21:11:13 +02:00
Sergey M․
000522151f [kaltura] Add support for multiple embeds on a webpage (closes #25523) 2020-06-15 21:11:13 +02:00
Sergey M․
134453d1b2 release 2020.06.06 2020-06-15 21:11:13 +02:00
Sergey M․
087c966ab6 [ChangeLog] Actualize
[ci skip]
2020-06-15 21:11:13 +02:00
Sergey M․
108c4f6deb [tele5] Bypass geo restriction 2020-06-15 21:11:13 +02:00
Sergey M․
dc2ed23c7f [jwplatform] Add support for bypass geo restriction 2020-06-15 21:11:13 +02:00
Sergey M․
dba030385a [tele5] Prefer jwplatform over nexx (closes #25533) 2020-06-15 21:11:13 +02:00
Sergey M․
850d856bd0 [twitch:stream] Expect 400 and 410 HTTP errors from API 2020-06-15 21:11:13 +02:00
Sergey M․
4371c2a91b [twitch:stream] Fix extraction (closes #25528) 2020-06-15 21:11:13 +02:00
Sergey M․
7cc62f40e7 [twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531) 2020-06-15 21:11:13 +02:00
Sergey M․
d6a72af211 [brightcove] Sort imports 2020-06-15 21:11:13 +02:00
Sergey M․
0235f89a83 [brightcove] Fix subtitles extraction (closes #25540) 2020-06-15 21:11:13 +02:00
Matej Dujava
ff3dabbc3c [malltv] Add support for sk.mall.tv (#25445) 2020-06-15 21:11:13 +02:00
Sergey M․
1b184e7898 [twitter:broadcast] Add untitled periscope broadcast test 2020-06-15 21:11:13 +02:00
Sergey M․
05fd6a1903 [periscope] Fix untitled broadcasts (#25482) 2020-06-15 21:11:13 +02:00
Sergey M․
748fa251c0 [jwplatform] Improve embeds extraction (closes #25467) 2020-06-15 21:11:13 +02:00
Sergey M․
1b1de85aac release 2020.05.29 2020-06-15 21:11:13 +02:00
Sergey M․
2b6c67cb20 [ChangeLog] Actualize
[ci skip]
2020-06-15 21:11:13 +02:00
Sergey M․
a04eff8edc [ard:beta] Extend _VALID_URL (closes #25405) 2020-06-15 21:11:13 +02:00
striker.sh
341ceccf82 [youtube] Add support for more invidious instances (#25417) 2020-06-15 21:11:13 +02:00
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