17804 Commits (f8c749f12c3b88fc97b4d2a2d9934483589b50a3)
 

Author SHA1 Message Date
Sergey M․ f8c749f12c
[youtube:tab] Fix playlist title extraction (closes #27015) 3 years ago
Sergey M․ 7d509c613b
[youtube] Fix chapters extraction (closes #26005) 3 years ago
Sergey M․ b92e95aa01
release 2020.11.17 3 years ago
Sergey M․ e3cad6bd99
[ChangeLog] Actualize
[ci skip]
3 years ago
Sergey M․ 6699b6ce41
[youtube:tab] Fix extraction with cookies provided (closes #27005) 3 years ago
Remita Amine 91dcde8a38 [lrt] fix extraction with empty tags(closes #20264) 3 years ago
Sergey M․ 11f3471c4b
[ndr:embed:base] Extract subtitles (closes #25447, closes #26106) 3 years ago
Sergey M․ f4093b34f6
[servus] Add support for pm-wissen.com (closes #25869) 3 years ago
Sergey M․ a80b23c373
[servus] Fix extraction (closes #26872, closes #26967, closes #26983, closes #27000) 3 years ago
Sergey M․ 2e7fa18bb9
[xtube] Fix extraction (closes #26996) 3 years ago
Sergey M․ fe07e788bf
[utils] Skip ! prefixed code in js_to_json 3 years ago
Remita Amine 6d3bdcf217 [lrt] fix extraction 3 years ago
Remita Amine ec2a2ab441 [lbry] Add new extractor 3 years ago
Remita Amine 9448a20312 [condenast] fix extraction and extract subtitles 3 years ago
Remita Amine 3f1748b944 [bandcamp] fix extraction 3 years ago
Remita Amine fe13087cd1 [rai] fix RaiPlay extraction 3 years ago
Remita Amine f22fa82d7f [extractors] Remove VLivePlaylistIE import 3 years ago
Remita Amine 059fa9aa81 [vlive] fix extraction 3 years ago
Remita Amine 650aec4a98 [usanetwork] fix extraction 3 years ago
Remita Amine 2ea9c97432 [nbc] fix NBCNews/Today/MSNBC extraction 3 years ago
Edward Betts efc589b865
[devscripts/make_lazy_extractors] Correct a spelling mistake (#26991) 3 years ago
Remita Amine 1737ea69b9 [cnbc] fix extraction 3 years ago
Sergey M․ 1fb034d029
[youtube] Remove RIAA copyrighted media from tests as per [1]
1. Github dmca and 1201 notice re youtube-dl 9-21-20
3 years ago
Sergey M․ 28f9568a84
release 2020.11.12 3 years ago
Sergey M․ 5bbdadd5f8
[ChangeLog] Actualize
[ci skip]
3 years ago
Sergey M․ 2de2ca6659
[youtube] Rework extractors
WIP
3 years ago
Sergey M․ 051071203c
release 2020.11.01.1 3 years ago
Sergey M․ 34299510bb
release 2020.11.01 3 years ago
Sergey M․ b9bceba37c
[ChangeLog] Actualize
[ci skip]
3 years ago
Sergey M․ 6d4733ce7b
[youtube] Fix JS player URL extraction 3 years ago
Sergey M․ 416da574ec
[ytsearch] Fix extraction (closes #26920) 3 years ago
Toan Nguyen 48c5663c5f
[afreecatv] Fix typo (#26970) 3 years ago
Hannu Hartikainen 7d740e7dc7
[23video] Relax _VALID_URL (#26870) 3 years ago
Kevin O'Connor 4eda10499e
[utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
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.
3 years ago
Sergio Livi 605535776a
[ustream] Add support for video.ibm.com (#26894) 3 years ago
Felix Yan 1050e0d09f
[iqiyi] Fix typo (#26884) 3 years ago
Sergey M․ d65d89183f
[expressen] Add support for di.se (closes #26670) 4 years ago
Surkal 0c92f1e96b
[iprima] Improve video id extraction (#26507) (closes #26494) 4 years ago
Sergey M․ adae9e844b
[README.md] Fix autonumber sequence description (refs #26686) 4 years ago
Sergey M․ c5764b3f89
[downloader/http] Properly handle missing message in SSLError (closes #26646) 4 years ago
Sergey M․ 0837992a22
[downloader/http] Fix access to not yet opened stream in retry 4 years ago
Sergey M․ b55715934b
release 2020.09.20 4 years ago
Sergey M․ bbc3b5b4bb
[ChangeLog] Actualize
[ci skip]
4 years ago
nixxo 1ca5f821c8
[redtube] Extend _VALID_URL (#26506) 4 years ago
Sergey M․ defc820b70
[twitch] Switch streams to GraphQL and refactor (closes #26535) 4 years ago
Sergey M․ 82ef02e936
[telequebec] Fix issues (closes #26368) 4 years ago
Patrick Dessalle b856b3997c
[telequebec] Add support for brightcove videos (closes #25833) 4 years ago
Sergey M․ cd85a1bb8b
[pornhub] Extract metadata from JSON-LD (closes #26614) 4 years ago
Sergey M․ ce5b904050
[extractor/common] Relax interaction count extraction in _json_ld 4 years ago
Sergey M․ ad06b99dd4
[extractor/common] Extract author as uploader for VideoObject in _json_ld 4 years ago