summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
...
* [downloader/http] Finish downloading once received data length matches expectedSergey M․2020-05-051-1/+1
| | | | | 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.
* [uol] fix extraction(closes #22007)Remita Amine2020-05-051-77/+62
|
* [orf] Add support for more radio stations (closes #24938) (#24968)hh0rva1h2020-05-052-3/+146
|
* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes ↵Sergey M․2020-05-051-2/+2
| | | | | | #23256, closes #24776) To always ensure cookie name and value are bytestrings on python 2.
* [compat] Introduce compat_cookiejar_CookieSergey M․2020-05-051-0/+12
|
* [dailymotion] Fix typoSergey M․2020-05-051-1/+1
|
* [utils] Improve cookie files supportSergey M․2020-05-051-5/+77
| | | | | + Add support for UTF-8 in cookie files * Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at)
* [puhutv] Remove no longer available HTTP formats (closes #25124)Sergey M․2020-05-041-18/+2
|
* release 2020.05.03Sergey M․2020-05-031-1/+1
|
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)Sergey M․2020-05-021-25/+31
|
* [extractor/common] Extract multiple JSON-LD entriesSergey M․2020-05-021-9/+32
|
* [youtube] Improve player id extraction and add testsSergey M․2020-05-021-21/+17
|
* [youtube] Use redirected video id if any (closes #25063)Sergey M․2020-05-011-1/+24
|
* [yahoo] fix GYAO Player extraction and relax title URL regex(closes ↵Remita Amine2020-04-291-10/+30
| | | | #24178)(closes #24778)
* [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)Remita Amine2020-04-291-89/+44
|
* [tenplay] Relax _VALID_URL (closes #25001)Sergey M․2020-04-261-3/+6
|
* [prosiebensat1] Extract series metadataSergey M․2020-04-241-3/+10
|
* [prosiebensat1] Improve extraction and remove 7tv.de support (#24948)Philipp Stehle2020-04-241-20/+9
|
* [options] Clarify doc on --exec command (closes #19087) (#24883)willbeaufoy2020-04-241-1/+1
|
* [youtube] Fix DRM videos detection (refs #24736)Sergey M․2020-04-111-1/+1
|
* [thisoldhouse] Improve video id extraction (closes #24549)Sergey M․2020-04-111-15/+5
|
* [thisoldhouse] Fix video id extraction (closes #24548)AndrewMBL2020-04-111-1/+15
| | | | | | | | | | | | | | | 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 ```
* [soundcloud] Improve AAC format extraction (closes #19173, closes #24708)Sergey M․2020-04-101-3/+13
|
* [soundcloud] Extract AAC formattom2020-04-101-0/+2
|
* [youtube] Skip broken multifeed videos (closes #24711)Sergey M․2020-04-091-2/+13
|
* [nova:embed] Fix extraction (closes #24700)Sergey M․2020-04-091-34/+70
|
* [motherless] Fix extraction (closes #24699)Sergey M․2020-04-091-7/+9
|
* [twitch:clips] Extend _VALID_URL (closes #24290) (#24642)Felix Stupp2020-04-071-1/+14
|
* [tv4] Fix ISM formats extraction (closes #24667)Sergey M․2020-04-071-1/+1
|
* [extractor/common] Skip malformed ISM manifest XMLs while extracting ISM ↵Sergey M․2020-04-071-0/+2
| | | | formats (#24667)
* [tele5] Fix extraction (closes #24553)Sergey M․2020-04-061-8/+53
|
* [mofosex] Add support for generic embeds (closes #24633)Sergey M․2020-04-063-1/+33
|
* [youporn] Add support form generic embedsSergey M․2020-04-052-6/+23
|
* [spankwire] Add support for generic embeds (refs #24633)Sergey M․2020-04-052-0/+12
|
* [spankwire] Fix extraction (closes #18924, closes #20648)Sergey M․2020-04-051-75/+124
|
* release 2020.03.24Sergey M․2020-03-241-1/+1
|
* [teachable] Update testSergey M․2020-03-241-8/+10
|
* [teachable] Update gns3 domainSergey M․2020-03-241-3/+3
|
* [teachable] Update upskillcourses domainSergey M․2020-03-241-7/+7
| | | | New version does not use teachable platform any longer
* [generic] Look for teachable embeds before wistiaSergey M․2020-03-241-4/+5
|
* [teachable] Extract chapter metadata (closes #24421)Sergey M․2020-03-241-0/+25
|
* [bilibili] Add support for player.bilibili.com (closes #24402)Sergey M․2020-03-242-0/+15
|
* [bilibili] Add support for new URL schema with BV ids (closes #24439, closes ↵Sergey M․2020-03-241-2/+17
| | | | #24442)
* [limelight] remove disabled API requests(closes #24255)Remita Amine2020-03-234-86/+59
|
* [soundcloud] fix download url extraction(closes #24394)Remita Amine2020-03-221-68/+25
|
* [cbc:watch] Fix authenticated device token caching (closes #19160)Sergey M․2020-03-211-6/+14
|
* [cbc:watch] Add support for authenticationDevon Meunier2020-03-211-2/+34
|
* [hellporno] Fix extraction (closes #24399)Sergey M․2020-03-211-36/+37
|
* [xtube] Fix typoSergey M․2020-03-141-1/+1
|
* [xtube] Fix formats extraction (closes #24348)Sergey M․2020-03-141-1/+1
|