Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | [lbry] add support for odysee.com domain(closes #26806) | Remita Amine | |
2020-11-17 | [francetv] improve info extraction | Remita Amine | |
2020-11-17 | [francetv] Add fallback video url extraction (#27047) | gdzx | |
Fallback on another API endpoint when no video formats are found. Closes ytdl-org#22561 | |||
2020-11-18 | release 2020.11.182020.11.18 | Sergey M․ | |
2020-11-18 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2020-11-18 | [spiegel] Fix extraction (closes #24206, closes #24767) | Sergey M․ | |
Code picked from PR #24767 since original repo is not available due to takedown. | |||
2020-11-18 | [youtube] Improve extraction | Sergey M․ | |
+ Add support for --no-playlist (closes #27009) * Improve playlist and mix extraction (closes #26390, closes #26509, closes #26534, closes #27011) + Extract playlist uploader data * Update tests | |||
2020-11-17 | [youtube:tab] fix view_count extraction(closes #27051) | Remita Amine | |
2020-11-17 | [malltv] fix extraction(closes #27035) | Remita Amine | |
2020-11-17 | [bandcamp] extract playlist_description(closes #22684) | Remita Amine | |
2020-11-17 | [urplay] fix extraction(closes #26828) | Remita Amine | |
2020-11-17 | [youtube:tab] Fix playlist title extraction (closes #27015) | Sergey M․ | |
2020-11-17 | [youtube] Fix chapters extraction (closes #26005) | Sergey M․ | |
2020-11-17 | release 2020.11.172020.11.17 | Sergey M․ | |
2020-11-17 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2020-11-17 | [youtube:tab] Fix extraction with cookies provided (closes #27005) | Sergey M․ | |
2020-11-16 | [lrt] fix extraction with empty tags(closes #20264) | Remita Amine | |
2020-11-17 | [ndr:embed:base] Extract subtitles (closes #25447, closes #26106) | Sergey M․ | |
2020-11-17 | [servus] Add support for pm-wissen.com (closes #25869) | Sergey M․ | |
2020-11-17 | [servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes ↵ | Sergey M․ | |
#27000) | |||
2020-11-17 | [xtube] Fix extraction (closes #26996) | Sergey M․ | |
2020-11-17 | [utils] Skip ! prefixed code in js_to_json | Sergey M․ | |
2020-11-16 | [lrt] fix extraction | Remita Amine | |
2020-11-16 | [lbry] Add new extractor | Remita Amine | |
2020-11-16 | [condenast] fix extraction and extract subtitles | Remita Amine | |
2020-11-16 | [bandcamp] fix extraction | Remita Amine | |
2020-11-16 | [rai] fix RaiPlay extraction | Remita Amine | |
2020-11-16 | [extractors] Remove VLivePlaylistIE import | Remita Amine | |
2020-11-16 | [vlive] fix extraction | Remita Amine | |
2020-11-16 | [usanetwork] fix extraction | Remita Amine | |
2020-11-16 | [nbc] fix NBCNews/Today/MSNBC extraction | Remita Amine | |
2020-11-16 | [devscripts/make_lazy_extractors] Correct a spelling mistake (#26991) | Edward Betts | |
2020-11-16 | [cnbc] fix extraction | Remita Amine | |
2020-11-16 | [youtube] Remove RIAA copyrighted media from tests as per [1] | Sergey M․ | |
1. Github dmca and 1201 notice re youtube-dl 9-21-20 | |||
2020-11-12 | release 2020.11.122020.11.12 | Sergey M․ | |
2020-11-12 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2020-11-12 | [youtube] Rework extractors | Sergey M․ | |
WIP | |||
2020-11-01 | release 2020.11.01.12020.11.01.1 | Sergey M․ | |
2020-11-01 | release 2020.11.012020.11.01 | Sergey M․ | |
2020-11-01 | [ChangeLog] Actualize | Sergey M․ | |
[ci skip] | |||
2020-11-01 | [youtube] Fix JS player URL extraction | Sergey M․ | |
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․ | |