Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [bandcamp] extract playlist_description(closes #22684) | Remita Amine | 2020-11-17 | 1 | -1/+6 |
| | |||||
* | [urplay] fix extraction(closes #26828) | Remita Amine | 2020-11-17 | 1 | -26/+51 |
| | |||||
* | [youtube:tab] Fix playlist title extraction (closes #27015) | Sergey M․ | 2020-11-17 | 1 | -15/+21 |
| | |||||
* | [youtube] Fix chapters extraction (closes #26005) | Sergey M․ | 2020-11-17 | 1 | -13/+3 |
| | |||||
* | release 2020.11.17 | Sergey M․ | 2020-11-17 | 8 | -15/+15 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2020-11-17 | 1 | -0/+24 |
| | | | | [ci skip] | ||||
* | [youtube:tab] Fix extraction with cookies provided (closes #27005) | Sergey M․ | 2020-11-17 | 1 | -6/+13 |
| | |||||
* | [lrt] fix extraction with empty tags(closes #20264) | Remita Amine | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | [ndr:embed:base] Extract subtitles (closes #25447, closes #26106) | Sergey M․ | 2020-11-17 | 1 | -0/+38 |
| | |||||
* | [servus] Add support for pm-wissen.com (closes #25869) | Sergey M․ | 2020-11-17 | 1 | -1/+4 |
| | |||||
* | [servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes ↵ | Sergey M․ | 2020-11-17 | 1 | -15/+91 |
| | | | | #27000) | ||||
* | [xtube] Fix extraction (closes #26996) | Sergey M․ | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | [utils] Skip ! prefixed code in js_to_json | Sergey M․ | 2020-11-17 | 2 | -2/+25 |
| | |||||
* | [lrt] fix extraction | Remita Amine | 2020-11-16 | 1 | -55/+36 |
| | |||||
* | [lbry] Add new extractor | Remita Amine | 2020-11-16 | 2 | -0/+86 |
| | |||||
* | [condenast] fix extraction and extract subtitles | Remita Amine | 2020-11-16 | 1 | -4/+23 |
| | |||||
* | [bandcamp] fix extraction | Remita Amine | 2020-11-16 | 1 | -92/+59 |
| | |||||
* | [rai] fix RaiPlay extraction | Remita Amine | 2020-11-16 | 1 | -28/+33 |
| | |||||
* | [extractors] Remove VLivePlaylistIE import | Remita Amine | 2020-11-16 | 1 | -1/+0 |
| | |||||
* | [vlive] fix extraction | Remita Amine | 2020-11-16 | 1 | -233/+110 |
| | |||||
* | [usanetwork] fix extraction | Remita Amine | 2020-11-16 | 1 | -66/+16 |
| | |||||
* | [nbc] fix NBCNews/Today/MSNBC extraction | Remita Amine | 2020-11-16 | 1 | -3/+2 |
| | |||||
* | [devscripts/make_lazy_extractors] Correct a spelling mistake (#26991) | Edward Betts | 2020-11-16 | 1 | -1/+1 |
| | |||||
* | [cnbc] fix extraction | Remita Amine | 2020-11-16 | 1 | -7/+12 |
| | |||||
* | [youtube] Remove RIAA copyrighted media from tests as per [1] | Sergey M․ | 2020-11-16 | 1 | -144/+1 |
| | | | | 1. Github dmca and 1201 notice re youtube-dl 9-21-20 | ||||
* | release 2020.11.12 | Sergey M․ | 2020-11-12 | 8 | -20/+16 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2020-11-12 | 1 | -0/+6 |
| | | | | [ci skip] | ||||
* | [youtube] Rework extractors | Sergey M․ | 2020-11-12 | 3 | -569/+565 |
| | | | | WIP | ||||
* | release 2020.11.01.1 | Sergey M․ | 2020-11-01 | 6 | -13/+13 |
| | |||||
* | release 2020.11.01 | Sergey M․ | 2020-11-01 | 7 | -14/+14 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2020-11-01 | 1 | -0/+18 |
| | | | | [ci skip] | ||||
* | [youtube] Fix JS player URL extraction | Sergey M․ | 2020-11-01 | 1 | -1/+4 |
| | |||||
* | [ytsearch] Fix extraction (closes #26920) | Sergey M․ | 2020-10-23 | 1 | -36/+76 |
| | |||||
* | [afreecatv] Fix typo (#26970) | Toan Nguyen | 2020-10-22 | 1 | -1/+1 |
| | |||||
* | [23video] Relax _VALID_URL (#26870) | Hannu Hartikainen | 2020-10-20 | 1 | -4/+7 |
| | |||||
* | [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851) | Kevin O'Connor | 2020-10-18 | 2 | -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 Livi | 2020-10-17 | 1 | -2/+5 |
| | |||||
* | [iqiyi] Fix typo (#26884) | Felix Yan | 2020-10-17 | 1 | -1/+1 |
| | |||||
* | [expressen] Add support for di.se (closes #26670) | Sergey M․ | 2020-09-24 | 1 | -2/+5 |
| | |||||
* | [iprima] Improve video id extraction (#26507) (closes #26494) | Surkal | 2020-09-24 | 1 | -1/+2 |
| | |||||
* | [README.md] Fix autonumber sequence description (refs #26686) | Sergey M․ | 2020-09-24 | 1 | -1/+1 |
| | |||||
* | [downloader/http] Properly handle missing message in SSLError (closes #26646) | Sergey M․ | 2020-09-22 | 1 | -1/+1 |
| | |||||
* | [downloader/http] Fix access to not yet opened stream in retry | Sergey M․ | 2020-09-22 | 1 | -3/+4 |
| | |||||
* | release 2020.09.20 | Sergey M․ | 2020-09-20 | 7 | -14/+14 |
| | |||||
* | [ChangeLog] Actualize | Sergey M․ | 2020-09-20 | 1 | -0/+21 |
| | | | | [ci skip] | ||||
* | [redtube] Extend _VALID_URL (#26506) | nixxo | 2020-09-20 | 1 | -1/+4 |
| | |||||
* | [twitch] Switch streams to GraphQL and refactor (closes #26535) | Sergey M․ | 2020-09-20 | 1 | -63/+83 |
| | |||||
* | [telequebec] Fix issues (closes #26368) | Sergey M․ | 2020-09-19 | 1 | -16/+37 |
| | |||||
* | [telequebec] Add support for brightcove videos (closes #25833) | Patrick Dessalle | 2020-09-19 | 1 | -2/+14 |
| | |||||
* | [pornhub] Extract metadata from JSON-LD (closes #26614) | Sergey M․ | 2020-09-19 | 1 | -5/+12 |
| |