summaryrefslogtreecommitdiff
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-31[fix] The Makefile does not properly generate a release tarball (#18)Johnny A. Solbu
2020-10-31[fix] Download link for Unix users (#21)FastedCoyote
2020-10-30[release] 2020.10.30Dominika
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-27[docs] Added links to archive and tagsliving
2020-10-27[ci] Switch from travis-ci.org to travis-ci.comDominika
Closes #8
2020-10-25[feature] Add changes to READMEDominika
2020-10-24[cleanup] Remove unnecessary mirrors, yt-dl's website is updatedDominika
2020-10-23Add download mirror links (#3)Skylar Ittner
2020-10-23[fix] License issues while still discouraging illegal useliving
Fix license problems while still discouraging illegal use
2020-10-23Fix license problems while still discouraging illegal useSkylar Ittner
2020-10-23[fix] Typo in LICENSEDominika
2020-10-23[test] Trigger Travis CI buildDominika
2020-10-23[fix] Fix Travis CI badgeDominika
2020-10-23[license] Update license to add conditions for copyright lawsDominika
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-24[README.md] Fix autonumber sequence description (refs #26686)Sergey M․
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[ChangeLog] ActualizeSergey M․
[ci skip]
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[ChangeLog] ActualizeSergey M․
[ci skip]