aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube] Fix chapters extraction (closes #26005)Sergey M․2020-11-171-13/+3
|
* release 2020.11.17Sergey M․2020-11-178-15/+15
|
* [ChangeLog] ActualizeSergey M․2020-11-171-0/+24
| | | | [ci skip]
* [youtube:tab] Fix extraction with cookies provided (closes #27005)Sergey M․2020-11-171-6/+13
|
* [lrt] fix extraction with empty tags(closes #20264)Remita Amine2020-11-161-1/+1
|
* [ndr:embed:base] Extract subtitles (closes #25447, closes #26106)Sergey M․2020-11-171-0/+38
|
* [servus] Add support for pm-wissen.com (closes #25869)Sergey M․2020-11-171-1/+4
|
* [servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes ↵Sergey M․2020-11-171-15/+91
| | | | #27000)
* [xtube] Fix extraction (closes #26996)Sergey M․2020-11-171-1/+1
|
* [utils] Skip ! prefixed code in js_to_jsonSergey M․2020-11-172-2/+25
|
* [lrt] fix extractionRemita Amine2020-11-161-55/+36
|
* [lbry] Add new extractorRemita Amine2020-11-162-0/+86
|
* [condenast] fix extraction and extract subtitlesRemita Amine2020-11-161-4/+23
|
* [bandcamp] fix extractionRemita Amine2020-11-161-92/+59
|
* [rai] fix RaiPlay extractionRemita Amine2020-11-161-28/+33
|
* [extractors] Remove VLivePlaylistIE importRemita Amine2020-11-161-1/+0
|
* [vlive] fix extractionRemita Amine2020-11-161-233/+110
|
* [usanetwork] fix extractionRemita Amine2020-11-161-66/+16
|
* [nbc] fix NBCNews/Today/MSNBC extractionRemita Amine2020-11-161-3/+2
|
* [devscripts/make_lazy_extractors] Correct a spelling mistake (#26991)Edward Betts2020-11-161-1/+1
|
* [cnbc] fix extractionRemita Amine2020-11-161-7/+12
|
* [youtube] Remove RIAA copyrighted media from tests as per [1]Sergey M․2020-11-161-144/+1
| | | | 1. Github dmca and 1201 notice re youtube-dl 9-21-20
* release 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.1Sergey M․2020-11-016-13/+13
|
* release 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.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
|