summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2020.11.12 2020.11.12Sergey M․2020-11-128-20/+16
|
* [ChangeLog] ActualizeSergey M․2020-11-121-0/+6
| | | | [ci skip]
* [youtube] Rework extractorsSergey M․2020-11-123-569/+565
| | | | WIP
* release 2020.11.01.1 2020.11.01.1Sergey M․2020-11-016-13/+13
|
* release 2020.11.01 2020.11.01Sergey M․2020-11-017-14/+14
|
* [ChangeLog] ActualizeSergey M․2020-11-011-0/+18
| | | | [ci skip]
* [youtube] Fix JS player URL extractionSergey M․2020-11-011-1/+4
|
* [ytsearch] Fix extraction (closes #26920)Sergey M․2020-10-231-36/+76
|
* [afreecatv] Fix typo (#26970)Toan Nguyen2020-10-221-1/+1
|
* [23video] Relax _VALID_URL (#26870)Hannu Hartikainen2020-10-201-4/+7
|
* [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)Kevin O'Connor2020-10-182-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [ustream] Add support for video.ibm.com (#26894)Sergio Livi2020-10-171-2/+5
|
* [iqiyi] Fix typo (#26884)Felix Yan2020-10-171-1/+1
|
* [expressen] Add support for di.se (closes #26670)Sergey M․2020-09-241-2/+5
|
* [iprima] Improve video id extraction (#26507) (closes #26494)Surkal2020-09-241-1/+2
|
* [README.md] Fix autonumber sequence description (refs #26686)Sergey M․2020-09-241-1/+1
|
* [downloader/http] Properly handle missing message in SSLError (closes #26646)Sergey M․2020-09-221-1/+1
|
* [downloader/http] Fix access to not yet opened stream in retrySergey M․2020-09-221-3/+4
|
* release 2020.09.20 2020.09.20Sergey M․2020-09-207-14/+14
|
* [ChangeLog] ActualizeSergey M․2020-09-201-0/+21
| | | | [ci skip]
* [redtube] Extend _VALID_URL (#26506)nixxo2020-09-201-1/+4
|
* [twitch] Switch streams to GraphQL and refactor (closes #26535)Sergey M․2020-09-201-63/+83
|
* [telequebec] Fix issues (closes #26368)Sergey M․2020-09-191-16/+37
|
* [telequebec] Add support for brightcove videos (closes #25833)Patrick Dessalle2020-09-191-2/+14
|
* [pornhub] Extract metadata from JSON-LD (closes #26614)Sergey M․2020-09-191-5/+12
|
* [extractor/common] Relax interaction count extraction in _json_ldSergey M․2020-09-191-1/+5
|
* [extractor/common] Extract author as uploader for VideoObject in _json_ldSergey M․2020-09-191-0/+1
|
* [pornhub] Fix view count extraction (#26621) (refs #26614)JChris2462020-09-191-1/+1
|
* [downloader/hls] Fix incorrect end byte in Range HTTP header for media ↵Stefan Pöschel2020-09-181-1/+1
| | | | | | | | | | 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.
* [extractor/common] Handle ssl.CertificateError in _request_webpage (closes ↵Sergey M․2020-09-181-1/+5
| | | | | | #26601) ssl.CertificateError is raised on some python versions <= 3.7.x
* [downloader/http] Improve timeout detection when reading block of data (refs ↵Sergey M․2020-09-181-3/+5
| | | | #10935)
* [downloader/http] Retry download when urlopen times out (#26603) (refs #10935)Ori Avtalion2020-09-181-1/+6
|
* release 2020.09.14 2020.09.14Sergey M․2020-09-148-14/+16
|
* [ChangeLog] ActualizeSergey M․2020-09-141-0/+18
| | | | [ci skip]
* [postprocessor/embedthumbnail] Fix issues (closes #25717)Sergey M․2020-09-141-21/+32
| | | | | * Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path
* [postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails ↵Alex Merkel2020-09-141-0/+22
| | | | (closes #25687)
* [rtlnl] Extend _VALID_URL for new embed URL schemaSergey M․2020-09-131-1/+6
|
* [rtlnl] Extend _VALID_URL (#26549) (closes #25821)Derek Land2020-09-131-1/+16
|
* [youtube] Fix empty description extraction (#26575) (closes #26006)Daniel Peukert2020-09-131-2/+20
|
* [srgssr] Extend _VALID_URL (closes #26555, closes #26556, closes #26578)Sergey M․2020-09-131-1/+7
|
* [googledrive] Use redirect URLs for source format (closes #18877, closes ↵Sergey M․2020-09-131-8/+19
| | | | #23919, closes #24689, closes #26565)
* [svtplay] Fix id extraction (closes #26576)Sergey M․2020-09-131-1/+3
|
* [redbulltv] improve support for rebull.com TV localized URLS(#22063)Remita Amine2020-09-131-1/+16
|
* [redbulltv] Add support for new redbull.com TV URLs(closes #22037)(closes ↵Remita Amine2020-09-122-12/+100
| | | | #22063)
* [soundcloud] Reduce pagination limit to fix 502 Bad Gateway errors when ↵tfvlrue2020-09-121-1/+3
| | | | | | | 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>
* release 2020.09.06 2020.09.06Sergey M․2020-09-068-21/+18
|
* [ChangeLog] ActualizeSergey M․2020-09-061-0/+21
| | | | [ci skip]
* [nrktv:episode] Improve video id extraction (closes #25594, closes #26369, ↵Sergey M․2020-09-061-7/+13
| | | | closes #26409)
* [youtube] Fix age gate content detection (#26100) (closes #26152, closes ↵random-nick2020-09-061-1/+2
| | | | #26311, closes #26384)
* [youtube:user] Extend _VALID_URL (closes #26443)Sergey M․2020-09-061-1/+4
|