summaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2020-11-02[xiami] raise expressive error thrown by vendor (#24)HEADmasterFai
Avoid confusing error message.
2020-11-01[release] 2020.11.01Dominika
2020-11-01[fix] JS player extraction againDominika
2020-10-31[release] 2020.10.31Dominika
2020-10-30[youtube] Re-add age protection test (#14)Ali Sherief
Co-authored-by: Dominika <sokolov.dominika@gmail.com>
2020-10-30[bump] 2020.10.30Dominika
2020-10-29[fix] Build fail.living
2020-10-29[fix] Unable to extract JS player URLDominika
Closes #12
2020-10-23[fix] Remove copyright infringing contentDominika
2020-10-23[ytsearch] Fix extraction (closes #26920)Sergey M․
2020-10-22[afreecatv] Fix typo (#26970)Toan Nguyen
2020-10-20[23video] Relax _VALID_URL (#26870)Hannu Hartikainen
2020-10-18[utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)Kevin O'Connor
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.
2020-10-17[ustream] Add support for video.ibm.com (#26894)Sergio Livi
2020-10-17[iqiyi] Fix typo (#26884)Felix Yan
2020-09-24[expressen] Add support for di.se (closes #26670)Sergey M․
2020-09-24[iprima] Improve video id extraction (#26507) (closes #26494)Surkal
2020-09-22[downloader/http] Properly handle missing message in SSLError (closes #26646)Sergey M․
2020-09-22[downloader/http] Fix access to not yet opened stream in retrySergey M․
2020-09-20release 2020.09.20Sergey M․
2020-09-20[redtube] Extend _VALID_URL (#26506)nixxo
2020-09-20[twitch] Switch streams to GraphQL and refactor (closes #26535)Sergey M․
2020-09-19[telequebec] Fix issues (closes #26368)Sergey M․
2020-09-19[telequebec] Add support for brightcove videos (closes #25833)Patrick Dessalle
2020-09-19[pornhub] Extract metadata from JSON-LD (closes #26614)Sergey M․
2020-09-19[extractor/common] Relax interaction count extraction in _json_ldSergey M․
2020-09-19[extractor/common] Extract author as uploader for VideoObject in _json_ldSergey M․
2020-09-19[pornhub] Fix view count extraction (#26621) (refs #26614)JChris246
2020-09-18[downloader/hls] Fix incorrect end byte in Range HTTP header for media ↵Stefan Pöschel
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.
2020-09-18[extractor/common] Handle ssl.CertificateError in _request_webpage (closes ↵Sergey M․
#26601) ssl.CertificateError is raised on some python versions <= 3.7.x
2020-09-18[downloader/http] Improve timeout detection when reading block of data (refs ↵Sergey M․
#10935)
2020-09-18[downloader/http] Retry download when urlopen times out (#26603) (refs #10935)Ori Avtalion
2020-09-14release 2020.09.14Sergey M․
2020-09-14[postprocessor/embedthumbnail] Fix issues (closes #25717)Sergey M․
* Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path
2020-09-14[postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails ↵Alex Merkel
(closes #25687)
2020-09-13[rtlnl] Extend _VALID_URL for new embed URL schemaSergey M․
2020-09-13[rtlnl] Extend _VALID_URL (#26549) (closes #25821)Derek Land
2020-09-13[youtube] Fix empty description extraction (#26575) (closes #26006)Daniel Peukert
2020-09-13[srgssr] Extend _VALID_URL (closes #26555, closes #26556, closes #26578)Sergey M․
2020-09-13[googledrive] Use redirect URLs for source format (closes #18877, closes ↵Sergey M․
#23919, closes #24689, closes #26565)
2020-09-13[svtplay] Fix id extraction (closes #26576)Sergey M․
2020-09-13[redbulltv] improve support for rebull.com TV localized URLS(#22063)Remita Amine
2020-09-12[redbulltv] Add support for new redbull.com TV URLs(closes #22037)(closes ↵Remita Amine
#22063)
2020-09-12[soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when ↵tfvlrue
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>
2020-09-06release 2020.09.06Sergey M․
2020-09-06[nrktv:episode] Improve video id extraction (closes #25594, closes #26369, ↵Sergey M․
closes #26409)
2020-09-06[youtube] Fix age gate content detection (#26100) (closes #26152, closes ↵random-nick
#26311, closes #26384)
2020-09-06[youtube:user] Extend _VALID_URL (closes #26443)Sergey M․
2020-09-06[utils] Recognize wav mimetype (closes #26463)Sergey M․
2020-09-06[xhamster] Improve initials regex (#26526) (closes #26353)TheRealDude2