Commit Graph

15616 Commits (22feed08a1984d5c56b79b7322fe576d0d7bbbe5)

Author SHA1 Message Date
Sergey M․ 9360936f26
release 2020.11.18 4 years ago
Sergey M․ 2d7a29081c
[spiegel] Fix extraction (closes #24206, closes #24767)
Code picked from PR #24767 since original repo is not available due to takedown.
4 years ago
Sergey M․ 2864179293
[youtube] Improve extraction
+ Add support for --no-playlist (closes #27009)
* Improve playlist and mix extraction (closes #26390, closes #26509, closes #26534, closes #27011)
+ Extract playlist uploader data
* Update tests
4 years ago
Remita Amine 284f8306df [youtube:tab] fix view_count extraction(closes #27051) 4 years ago
Remita Amine aa613ef7e1 [malltv] fix extraction(closes #27035) 4 years ago
Remita Amine cb2b9a22a5 [bandcamp] extract playlist_description(closes #22684) 4 years ago
Remita Amine 5b867c15a8 [urplay] fix extraction(closes #26828) 4 years ago
Sergey M․ f8c749f12c
[youtube:tab] Fix playlist title extraction (closes #27015) 4 years ago
Sergey M․ 7d509c613b
[youtube] Fix chapters extraction (closes #26005) 4 years ago
Sergey M․ b92e95aa01
release 2020.11.17 4 years ago
Sergey M․ 6699b6ce41
[youtube:tab] Fix extraction with cookies provided (closes #27005) 4 years ago
Remita Amine 91dcde8a38 [lrt] fix extraction with empty tags(closes #20264) 4 years ago
Sergey M․ 11f3471c4b
[ndr:embed:base] Extract subtitles (closes #25447, closes #26106) 4 years ago
Sergey M․ f4093b34f6
[servus] Add support for pm-wissen.com (closes #25869) 4 years ago
Sergey M․ a80b23c373
[servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes #27000) 4 years ago
Sergey M․ 2e7fa18bb9
[xtube] Fix extraction (closes #26996) 4 years ago
Sergey M․ fe07e788bf
[utils] Skip ! prefixed code in js_to_json 4 years ago
Remita Amine 6d3bdcf217 [lrt] fix extraction 4 years ago
Remita Amine ec2a2ab441 [lbry] Add new extractor 4 years ago
Remita Amine 9448a20312 [condenast] fix extraction and extract subtitles 4 years ago
Remita Amine 3f1748b944 [bandcamp] fix extraction 4 years ago
Remita Amine fe13087cd1 [rai] fix RaiPlay extraction 4 years ago
Remita Amine f22fa82d7f [extractors] Remove VLivePlaylistIE import 4 years ago
Remita Amine 059fa9aa81 [vlive] fix extraction 4 years ago
Remita Amine 650aec4a98 [usanetwork] fix extraction 4 years ago
Remita Amine 2ea9c97432 [nbc] fix NBCNews/Today/MSNBC extraction 4 years ago
Remita Amine 1737ea69b9 [cnbc] fix extraction 4 years ago
Sergey M․ 1fb034d029
[youtube] Remove RIAA copyrighted media from tests as per [1]
1. Github dmca and 1201 notice re youtube-dl 9-21-20
4 years ago
Sergey M․ 28f9568a84
release 2020.11.12 4 years ago
Sergey M․ 2de2ca6659
[youtube] Rework extractors
WIP
4 years ago
Sergey M․ 051071203c
release 2020.11.01.1 4 years ago
Sergey M․ 34299510bb
release 2020.11.01 4 years ago
Sergey M․ 6d4733ce7b
[youtube] Fix JS player URL extraction 4 years ago
Sergey M․ 416da574ec
[ytsearch] Fix extraction (closes #26920) 4 years ago
Toan Nguyen 48c5663c5f
[afreecatv] Fix typo (#26970) 4 years ago
Hannu Hartikainen 7d740e7dc7
[23video] Relax _VALID_URL (#26870) 4 years ago
Kevin O'Connor 4eda10499e
[utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
The current logic in `js_to_json` tries to rewrite octal/hex numbers to
decimal. However, when the logic actually happens the `"` or `'` have
already been trimmed off. This causes what were originally strings, that
happen to look like octal/hex numbers, to get rewritten to decimal and
returned as a number rather than a string.

In practive something like:

```js
{
  "0x40": "foo",
  "040": "bar",
}
```

would get rewritten as:

```json
{
  64: "foo",
  32: "bar
}
```

This is problematic since this isn't valid JSON as you cannot have
non-string keys.
4 years ago
Sergio Livi 605535776a
[ustream] Add support for video.ibm.com (#26894) 4 years ago
Felix Yan 1050e0d09f
[iqiyi] Fix typo (#26884) 4 years ago
Sergey M․ d65d89183f
[expressen] Add support for di.se (closes #26670) 4 years ago
Surkal 0c92f1e96b
[iprima] Improve video id extraction (#26507) (closes #26494) 4 years ago
Sergey M․ c5764b3f89
[downloader/http] Properly handle missing message in SSLError (closes #26646) 4 years ago
Sergey M․ 0837992a22
[downloader/http] Fix access to not yet opened stream in retry 4 years ago
Sergey M․ b55715934b
release 2020.09.20 4 years ago
nixxo 1ca5f821c8
[redtube] Extend _VALID_URL (#26506) 4 years ago
Sergey M․ defc820b70
[twitch] Switch streams to GraphQL and refactor (closes #26535) 4 years ago
Sergey M․ 82ef02e936
[telequebec] Fix issues (closes #26368) 4 years ago
Patrick Dessalle b856b3997c
[telequebec] Add support for brightcove videos (closes #25833) 4 years ago
Sergey M․ cd85a1bb8b
[pornhub] Extract metadata from JSON-LD (closes #26614) 4 years ago
Sergey M․ ce5b904050
[extractor/common] Relax interaction count extraction in _json_ld 4 years ago
Sergey M․ ad06b99dd4
[extractor/common] Extract author as uploader for VideoObject in _json_ld 4 years ago
JChris246 540b9f5164
[pornhub] Fix view count extraction (#26621) (refs #26614) 4 years ago
Stefan Pöschel 6e65a2a67e
[downloader/hls] Fix incorrect end byte in Range HTTP header for media segments with EXT-X-BYTERANGE (#24512) (closes #14748)
The end of the byte range is the first byte that is NOT part of the to
be downloaded range. So don't include it into the requested HTTP
download range, as this additional byte leads to a broken TS packet and
subsequently to e.g. visible video corruption.

Fixes #14748.
4 years ago
Sergey M․ f8c7bed133
[extractor/common] Handle ssl.CertificateError in _request_webpage (closes #26601)
ssl.CertificateError is raised on some python versions <= 3.7.x
4 years ago
Sergey M․ cdc55e666f
[downloader/http] Improve timeout detection when reading block of data (refs #10935) 4 years ago
Ori Avtalion 86b7c00adc
[downloader/http] Retry download when urlopen times out (#26603) (refs #10935) 4 years ago
Sergey M․ e8c5d40bc8
release 2020.09.14 4 years ago
Sergey M․ bff857a8af
[postprocessor/embedthumbnail] Fix issues (closes #25717)
* Fix WebP with wrong extension processing
* Fix embedding of thumbnails with % character in path
4 years ago
Alex Merkel a31a022efd
[postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails (closes #25687) 4 years ago
Sergey M․ 45f6362464
[rtlnl] Extend _VALID_URL for new embed URL schema 4 years ago
Derek Land 97f34a48d7
[rtlnl] Extend _VALID_URL (#26549) (closes #25821) 4 years ago
Daniel Peukert ea74e00b3a
[youtube] Fix empty description extraction (#26575) (closes #26006) 4 years ago
Sergey M․ 06cd4cdb25
[srgssr] Extend _VALID_URL (closes #26555, closes #26556, closes #26578) 4 years ago
Sergey M․ da2069fb22
[googledrive] Use redirect URLs for source format (closes #18877, closes #23919, closes #24689, closes #26565) 4 years ago
Sergey M․ 95c9810015
[svtplay] Fix id extraction (closes #26576) 4 years ago
Remita Amine b03eebdb6a [redbulltv] improve support for rebull.com TV localized URLS(#22063) 4 years ago
Remita Amine 1f7675451c [redbulltv] Add support for new redbull.com TV URLs(closes #22037)(closes #22063) 4 years ago
tfvlrue aa27253556
[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when listing a user's tracks. (#26557)
Per the documentation here https://developers.soundcloud.com/blog/offset-pagination-deprecated the maximum limit is 200, so let's respect that (even if a higher value sometimes works).

Co-authored-by: tfvlrue <tfvlrue>
4 years ago
Sergey M․ d51e23d9fc
release 2020.09.06 4 years ago
Sergey M․ 50e9fcc1fd
[nrktv:episode] Improve video id extraction (closes #25594, closes #26369, closes #26409) 4 years ago
random-nick 16ee69c1b7
[youtube] Fix age gate content detection (#26100) (closes #26152, closes #26311, closes #26384) 4 years ago
Sergey M․ 67171ed7e9
[youtube:user] Extend _VALID_URL (closes #26443) 4 years ago
Sergey M․ 1d9bf655e6
[utils] Recognize wav mimetype (closes #26463) 4 years ago
TheRealDude2 62ae19ff76
[xhamster] Improve initials regex (#26526) (closes #26353) 4 years ago
Sergey M․ 5ed05f26ad
[svtplay] Fix svt id extraction (closes #26425, closes #26428, closes #26438) 4 years ago
Sergey M․ 841b683804
[twitch] Rework extractors (closes #12297, closes #20414, closes #20604, closes #21811, closes #21812, closes #22979, closes #24263, closes #25010, closes #25553, closes #25606)
* Switch to GraphQL.
+ Add support for collections.
+ Add support for clips and collections playlists.
4 years ago
Remita Amine f5863a3ea0 [biqle] improve video_ext extraction 4 years ago
Sergey M․ 10709fc7c6
[xhamster] Extend _VALID_URL (closes #25927) 4 years ago
TheRealDude2 a7e348556a
[xhamster] Fix extraction (closes #26157) (#26254) 4 years ago
JChris246 6cb30ea5ed
[xhamster] Extend _VALID_URL (closes #25789) (#25804) 4 years ago
Sergey M․ a4ed50bb84
release 2020.07.28 4 years ago
Sergey M․ e450f6cb63
[youtube] Fix sigfunc name extraction (closes #26134, closes #26135, closes #26136, closes #26137) 4 years ago
MRWITEK a115e07594
[youtube] Improve description extraction (closes #25937) (#25980) 4 years ago
Sergey M․ 718393c632
[wistia] Restrict embed regex (closes #25969) 4 years ago
Glenn Slayden 07af16b92e
[youtube] Prevent excess HTTP 301 (#25786) 4 years ago
Sergey M․ e942cfd1a7
[youtube:playlists] Extend _VALID_URL (closes #25810) 4 years ago
Remita Amine 9a7e5cb88a [bellmedia] add support for cp24.com clip URLs(closes #25764) 4 years ago
Sergey M․ 2391941f28
[brightcove] Improve embed detection (closes #25674) 4 years ago
Sergey M․ 9ff6165a81
release 2020.06.16.1 4 years ago
Sergey M․ ee0b726cd7
[youtube] Force old layout (closes #25682, closes #25683, closes #25680, closes #25686) 4 years ago
Sergey M․ dbeafce5d5
[youtube] Fix categories and improve tags extraction 4 years ago
Sergey M․ ed604ce7bc
release 2020.06.16 4 years ago
Sergey M․ a6211d237b
[youtube] Fix uploader id and uploader URL extraction 4 years ago
Sergey M․ 7b16239a49
[youtube] Improve view count extraction 4 years ago
Sergey M․ 37357d21a9
[youtube] Fix upload date extraction 4 years ago
Sergey M․ b477fc1314
[youtube] Fix thumbnails extraction and remove uploader id extraction warning (closes #25676) 4 years ago
Sergey M․ d84b21b427
[youtube] Fix playlist and feed extraction (closes #25675) 4 years ago
Philipp Hagemeister 48bd042ce7 [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.
4 years ago
Sergey M․ 84213ea8d4
[youtube] Extract chapters from JSON (closes #24819) 4 years ago
Sergey M․ 562de77f41
[kaltura] Add support for multiple embeds on a webpage (closes #25523) 4 years ago
Sergey M․ e1723c4bac
release 2020.06.06 4 years ago
Sergey M․ a5b6102ea8
[tele5] Bypass geo restriction 4 years ago
Sergey M․ b77888228d
[jwplatform] Add support for bypass geo restriction 4 years ago
Sergey M․ 0b1eaec3bc
[tele5] Prefer jwplatform over nexx (closes #25533) 4 years ago
Sergey M․ b37e47a3f9
[twitch:stream] Expect 400 and 410 HTTP errors from API 4 years ago
Sergey M․ ce3735df02
[twitch:stream] Fix extraction (closes #25528) 4 years ago
Sergey M․ a0455d0ffd
[twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531) 4 years ago
Sergey M․ c8b232cc48
[brightcove] Sort imports 4 years ago
Sergey M․ b4eb0bc7bd
[brightcove] Fix subtitles extraction (closes #25540) 4 years ago
Matej Dujava d5147b65ac
[malltv] Add support for sk.mall.tv (#25445) 4 years ago
Sergey M․ 7b0b53ea69
[twitter:broadcast] Add untitled periscope broadcast test 4 years ago
Sergey M․ 7016e24ebe
[periscope] Fix untitled broadcasts (#25482) 4 years ago
Sergey M․ bef4688c72
[jwplatform] Improve embeds extraction (closes #25467) 4 years ago
Sergey M․ 228c1d685b
release 2020.05.29 4 years ago
Sergey M․ fe515e5c75
[ard:beta] Extend _VALID_URL (closes #25405) 4 years ago
striker.sh 1db5ab6b34
[youtube] Add support for more invidious instances (#25417) 4 years ago
Sergey M․ 2791e80b60
[postprocessor/ffmpeg] Embed series metadata with --add-metadata 4 years ago
JordanWeatherby 8f841fafcd
[giantbomb] Extend _VALID_URL (#25222) 4 years ago
Michael Klein a54c5f83c0
[ard] Improve _VALID_URL (closes #25134) (#25198) 4 years ago
Sergey M․ cd13343ad8
[redtube] Improve formats extraction and extract m3u8 formats (closes #25311, closes #25321) 4 years ago
Rob 9cd5f54e31
[utils] Fix file permissions in write_json_file (closes #12471) (#25122) 4 years ago
tlsssl 9a269547f2
[indavideo] Switch to HTTPS for API request (#25191) 4 years ago
Dave Loyall bf097a5077
[redtube] Improve title extraction (#25208) 4 years ago
Remita Amine 52c50a10af [vimeo] improve format extraction and sorting(closes #25285) 4 years ago
Remita Amine b334732709 [soundcloud] reduce API playlist page limit(closes #25274) 4 years ago
Juan Francisco Cantero Hurtado 384bf91f88
[youtube] Add support for yewtu.be (#25226) 4 years ago
comsomisha adc13b0748
[mailru] Fix extraction (closes #24530) (#25239) 4 years ago
Sergey M․ 327593257c
[bbccouk] PEP8 4 years ago
Remita Amine 9d8f3a12a6 [spike] fix Bellator mgid extraction(closes #25195) 4 years ago
Sergey M․ b002bc433a
release 2020.05.08 4 years ago
Sergey M․ fa3db38333
[youtube] Improve signature cipher extraction (closes #25188) 4 years ago
Sergey M․ 30fa5c6087
[iprima] Improve extraction (closes #25138) 4 years ago
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.
4 years ago
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.
4 years ago
Remita Amine ce7db64bf1 [uol] fix extraction(closes #22007) 4 years ago
hh0rva1h 1328305851
[orf] Add support for more radio stations (closes #24938) (#24968) 4 years ago
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.
4 years ago
Sergey M․ 6d874fee2a
[compat] Introduce compat_cookiejar_Cookie 4 years ago
Sergey M․ 676723e0da
[dailymotion] Fix typo 4 years ago
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)
4 years ago
Sergey M․ f7f304910d
[puhutv] Remove no longer available HTTP formats (closes #25124) 4 years ago
Sergey M․ 00a41ca4c3
release 2020.05.03 4 years ago
Sergey M․ 6ffc3cf74a
[crunchyroll] Fix and improve extraction (closes #25096, closes #25060) 4 years ago
Sergey M․ 4433bb0245
[extractor/common] Extract multiple JSON-LD entries 4 years ago
Sergey M․ e40c758c2a
[youtube] Improve player id extraction and add tests 4 years ago
Sergey M․ 011e75e641
[youtube] Use redirected video id if any (closes #25063) 4 years ago
Remita Amine 2468a6fa64 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 4 years ago
Remita Amine 700265bfcf [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) 4 years ago
Sergey M․ c97f5e934f
[tenplay] Relax _VALID_URL (closes #25001) 4 years ago
Sergey M․ 38db9a405a
[prosiebensat1] Extract series metadata 4 years ago
Philipp Stehle 2cdfe977d7
[prosiebensat1] Improve extraction and remove 7tv.de support (#24948) 4 years ago
willbeaufoy 46d0baf941
[options] Clarify doc on --exec command (closes #19087) (#24883) 4 years ago
Sergey M․ 00eb865b3c
[youtube] Fix DRM videos detection (refs #24736) 4 years ago
Sergey M․ 2f19835726
[thisoldhouse] Improve video id extraction (closes #24549) 4 years ago
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
```
4 years ago
Sergey M․ 75294a5ed0
[soundcloud] Improve AAC format extraction (closes #19173, closes #24708) 4 years ago
tom b9e5f87291
[soundcloud] Extract AAC format 4 years ago
Sergey M․ 6b09401b0b
[youtube] Skip broken multifeed videos (closes #24711) 4 years ago
Sergey M․ 5caf88ccb4
[nova:embed] Fix extraction (closes #24700) 4 years ago
Sergey M․ dcc8522fdb
[motherless] Fix extraction (closes #24699) 4 years ago
Felix Stupp c9595ee780
[twitch:clips] Extend _VALID_URL (closes #24290) (#24642) 4 years ago
Sergey M․ 91bd3bd019
[tv4] Fix ISM formats extraction (closes #24667) 4 years ago
Sergey M․ 13b08034b5
[extractor/common] Skip malformed ISM manifest XMLs while extracting ISM formats (#24667) 4 years ago
Sergey M․ 6a6e1a0cd8
[tele5] Fix extraction (closes #24553) 4 years ago
Sergey M․ 4e7b5bba5f
[mofosex] Add support for generic embeds (closes #24633) 4 years ago
Sergey M․ 52c4c51556
[youporn] Add support form generic embeds 4 years ago
Sergey M․ 8fae1a04eb
[spankwire] Add support for generic embeds (refs #24633) 4 years ago
Sergey M․ d44a707fdd
[spankwire] Fix extraction (closes #18924, closes #20648) 4 years ago
Sergey M․ 049c0486bb
release 2020.03.24 4 years ago
Sergey M․ 6e47200b6e
[teachable] Update test 4 years ago
Sergey M․ 38fa761a45
[teachable] Update gns3 domain 4 years ago
Sergey M․ 08a27407c4
[teachable] Update upskillcourses domain
New version does not use teachable platform any longer
4 years ago
Sergey M․ be7dacf9cf
[generic] Look for teachable embeds before wistia 4 years ago
Sergey M․ 4560adc820
[teachable] Extract chapter metadata (closes #24421) 4 years ago
Sergey M․ 63dce3094b
[bilibili] Add support for player.bilibili.com (closes #24402) 4 years ago
Sergey M․ b4eb08bb03
[bilibili] Add support for new URL schema with BV ids (closes #24439, closes #24442) 4 years ago
Remita Amine 2e20cb3636 [limelight] remove disabled API requests(closes #24255) 4 years ago
Remita Amine a6c5859d6b [soundcloud] fix download url extraction(closes #24394) 4 years ago
Sergey M․ c76cdf2382
[cbc:watch] Fix authenticated device token caching (closes #19160) 4 years ago
Devon Meunier 787c360467
[cbc:watch] Add support for authentication 4 years ago
Sergey M․ 73453430c1
[hellporno] Fix extraction (closes #24399) 4 years ago
Sergey M․ 158bc5ac03
[xtube] Fix typo 4 years ago
Sergey M․ 4568a11802
[xtube] Fix formats extraction (closes #24348) 4 years ago
Sergey M․ 4cbce88f8b
[ndr] Fix extraction (closes #24326) 4 years ago
Sergey M․ 541fe3eaff
[nhk] Update m3u8 URL and use native hls (#24329) 4 years ago
Sergey M․ 9bfe088594
[nhk] Remove obsolete rtmp formats (closes #24329) 4 years ago
Sergey M․ fcaf4d7a06
[nhk] Relax _VALID_URL (#24329) 4 years ago
Remita Amine 40b6495d40 Revert "[vimeo] fix showcase password protected video extraction(closes #24224)"
This reverts commit 12ee431676.
4 years ago
Sergey M․ f1a8511f7b
[utils] Add reference to cookie file format 4 years ago
Sergey M․ 042b664933
Revert "[utils] Add support for cookies with spaces used instead of tabs"
According to [1] TABs must be used as separators between fields.
Files produces by some tools with spaces as separators are considered
malformed.

1. https://curl.haxx.se/docs/http-cookies.html

This reverts commit cff99c91d1.
4 years ago
Sergey M․ 68fa15155f
release 2020.03.08 4 years ago
Sergey M․ cff99c91d1
[utils] Add support for cookies with spaces used instead of tabs 4 years ago
Tristan Waddington fa9b8c6628
[pornhub] Add support for pornhubpremium.com (#24288) 4 years ago
Sergey M․ 43ebf77df3
[youtube] Remove outdated code
Additional get_video_info requests don't seem to provide any extra itags any longer
4 years ago
Sergey M․ d332ec725d
[youtube] Improve age-gated videos extraction in 429 error conditions (refs #24283) 4 years ago
Sergey M․ f93abcf1da
[youtube] Improve extraction in 429 error conditions (closes #24283) 4 years ago
Remita Amine 0ec9d4e565 [nhk] update API version(closes #24270) 4 years ago
Sergey M․ 34525a3885
release 2020.03.06 4 years ago
Sergey M․ 5429d6a9cb
[youtube] Fix tests 4 years ago
Sergey M․ dc879c5a37
[youtube] Fix age-gated videos support without login (closes #24248) 4 years ago
Remita Amine 12ee431676 [vimeo] fix showcase password protected video extraction(closes #24224) 4 years ago
Sergey M․ 46cc54ca8f
[pornhub] Improve title extraction (closes #24184) 4 years ago
Sergey M․ 1e1c1960aa
[peertube] Fix issues and improve extraction (closes #23657) 4 years ago
3risian ac379fa236
[peertube] Improve extraction 4 years ago
jxu 0e30a7b973
[youtube:playlist] Fix tests (closes #23872) (#23885) 4 years ago
Sergey M․ 3b5399ce0f
[servus] Add support for new URL schema (closes #23475, closes #23583, closes #24142) 4 years ago
tsia 1c45ff5572
[vimeo] Fix subtitles URLs (#24209) 4 years ago
Sergey M․ 669625a32c
release 2020.03.01 4 years ago
Sergey M․ b274e48d56
[xhamster] Fix extraction (closes #24205) 4 years ago
Sergey M․ 50d19895a1
[franceculture] Fix extraction (closes #24204) 4 years ago
Sergey M․ 6d475d01d8
[telecinco] Add support for article opening videos 4 years ago
Sergey M․ f8cbd8c963
[telecinco] Fix extraction (refs #24195) 4 years ago
Sergey M․ 838f051c4b
[xtube:user] Fix test 4 years ago
Sergey M․ e88b450771
[xtube] Fix metadata extraction (closes #21073, closes #22455) 4 years ago
Sergey M․ 278355bae4
[zapiks] Fix test 4 years ago
Sergey M․ b4cbdbd4b3
[zdf:channel] Fix tests 4 years ago
Sergey M․ 886d985959
[youjizz] Fix extraction (closes #24181) 4 years ago
Sergey M․ 7947a1f7db
Remove no longer needed compat_str around geturl 4 years ago
Sergey M․ fca6dba8b8
[YoutubeDL] Force redirect URL to unicode on python 2 4 years ago
Sergey M․ e2f8bf5888
[extractor/common] Convert ISM manifest to unicode before processing on python 2 (#24152) 4 years ago
The Hatsune Daishi b76f0e58f7
[options] Remove duplicate short option -v for --version (#24162) 4 years ago
Sergey M․ bee6451fe8
[pornhd] Fix extraction (closes #24128) 4 years ago
Sergey M․ 00d798b7c2
[teachable] Add support for multiple videos per lecture (closes #24101) 4 years ago
Sergey M․ fda6d237a5
[wistia] Add support for multiple generic embeds (closes #8347, closes #11385) 4 years ago
Sergey M․ 5d9f6cbc5a
[imdb] Fix extraction (closes #23443) 4 years ago
Martin Ström 97c822b3d5
[tv2dk:bornholm:play] Fix extraction (#24076) 4 years ago
Sergey M․ 117ba9e9df
release 2020.02.16 4 years ago
Sergey M․ 7bf27721d6
[npr] Add support for streams (closes #24042) 4 years ago
Sergey M․ f6052ec923
[24video] Add support for porn.24video.net (closes #23779, closes #23784) 4 years ago
jxu de1121d749
[YoutubeDL] Fix playlist entry indexing with --playlist-items (closes #10591, closes #10622) 4 years ago
Sergey M․ 293c9f0186
[jpopsuki] Remove extractor (closes #23858) 4 years ago
Sergey M․ 06f1de2daf
[nova] Improve extraction (refs #23690) 4 years ago
Sergey M․ b68a6e32fb
[nova:embed] Improve (closes #23690) 4 years ago
Jan 'Yenda' Trmal 8cd809fb3d
[nova:embed] Fix extraction (closes #23672) 4 years ago
d2au d6aa1db7ed
[abc:iview] Support 720p (#22907) (#22921) 4 years ago
Remita Amine f377edec06 [nytimes] improve format sorting(closes #24010) 4 years ago
Sergey M․ bfe2b8cf2a
[update] Fix updating via symlinks (closes #23991) 4 years ago
Sergey M․ 82fea5b42e
[compat] Introduce compat_realpath (refs #23991) 4 years ago
Xaver Hellauer fffc618c51
[toggle] Add support for mewatch.sg (closes #23895) (#23930) 4 years ago
Remita Amine 705b1cda99 [thisoldhouse] fix extraction(closes #23951) 4 years ago
Sergey M․ 7d55b62ff2
[popcorntimes] Add extractor (closes #23949) 4 years ago
Philipp Hagemeister 0d006fac5c [sportdeutschland] Update to new sportdeutschland API
They switched to SSL, but under a different host AND path...
Remove the old test cases because these videos have become unavailable.
4 years ago
Sergey M․ 00de61a98f
[twitch:stream] Lowercase channel id for stream request (closes #23917) 4 years ago
Sergey M․ d95a1cc98e
[tv5mondeplus] Fix extraction (closes #23907, closes #23911) 4 years ago
Sergey M․ 4935749730
[tva] Relax _VALID_URL (closes #23903) 4 years ago
Remita Amine 51c7f40c83 [vimeo] fix album extraction(closes #23864) 4 years ago
Remita Amine 4877ffc0e9 [viewlift] improve extraction
- fix extraction(closes #23851)
- add add support for authentication
- add support for more domains
4 years ago
Remita Amine 8e4d3f83ce [svt] fix series extraction(closes #22297) 4 years ago
Remita Amine 43e7994749 [svt] fix article extraction(closes #22897)(closes #22919) 4 years ago
Remita Amine 2a5c26c980 [soundcloud] imporve private playlist/set tracks extraction
https://github.com/ytdl-org/youtube-dl/issues/3707#issuecomment-577873539
5 years ago