- 23 Oct, 2020 1 commit
-
-
Sergey M․ authored
-
- 22 Oct, 2020 1 commit
-
-
Toan Nguyen authored
-
- 19 Oct, 2020 1 commit
-
-
Hannu Hartikainen authored
-
- 17 Oct, 2020 3 commits
-
-
Kevin O'Connor authored
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.
-
Sergio Livi authored
-
Felix Yan authored
-
- 24 Sep, 2020 1 commit
-
-
Sergey M․ authored
-
- 23 Sep, 2020 2 commits
- 22 Sep, 2020 1 commit
-
-
Sergey M․ authored
-
- 21 Sep, 2020 1 commit
-
-
Sergey M․ authored
-
- 20 Sep, 2020 4 commits
- 19 Sep, 2020 2 commits
-
-
Sergey M․ authored
-
Patrick Dessalle authored
-
- 18 Sep, 2020 4 commits
- 17 Sep, 2020 4 commits
-
-
Stefan Pöschel authored
[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.
-
Sergey M․ authored
ssl.CertificateError is raised on some python versions <= 3.7.x
-
Sergey M․ authored
-
Ori Avtalion authored
-
- 13 Sep, 2020 11 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
[ci skip]
-
Sergey M․ authored
* Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path
-
Alex Merkel authored
-
Sergey M․ authored
-
Derek Land authored
-
Daniel Peukert authored
-
Sergey M․ authored
-
Sergey M․ authored
[googledrive] Use redirect URLs for source format (closes #18877, closes #23919, closes #24689, closes #26565)
-
Sergey M․ authored
-
Remita Amine authored
-
- 12 Sep, 2020 2 commits
-
-
Remita Amine authored
-
tfvlrue authored
[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>
-
- 06 Sep, 2020 2 commits