Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DailyWire] Add extractors (#4084) | HobbyistDev | 2022-06-19 | 2 | -0/+120 |
| | | | | Closes #3139 Authored by: HobbyistDev, pukkandan | ||||
* | [WatchESPN] Support free videos and BAM_DTC (#4118) | ischmidt20 | 2022-06-19 | 1 | -1/+8 |
| | | | Authored by: ischmidt20 | ||||
* | [extractor/BiliIntl] Fix metadata extraction | pukkandan | 2022-06-20 | 3 | -24/+16 |
| | | | | Closes #4116 | ||||
* | [extractor/foxnews] Update embed extraction (#4043) | Elyse | 2022-06-19 | 1 | -3/+6 |
| | | | | Authored by: elyse0 | ||||
* | [extractor/ixigua] Add Extractor (#3953) | HobbyistDev | 2022-06-18 | 2 | -0/+85 |
| | | | | Closes #2840 Authored by: HobbyistDev | ||||
* | [extractor/radiofrance] Add more radios (#4065) | bubbleguuum | 2022-06-18 | 1 | -1/+5 |
| | | | | Closes #4087 Authored by: bubbleguuum | ||||
* | [extractor/dropbox] Extract the correct `mountComponent` | pukkandan | 2022-06-19 | 1 | -2/+2 |
| | |||||
* | [extractor] Add `default` parameter to `_search_json` (#4057) | coletdev | 2022-06-18 | 2 | -7/+26 |
| | | | Authored by: pukkandan, coletdjnz | ||||
* | [extractor/lbry] Update livestream API (#4042) | MMM | 2022-06-18 | 1 | -3/+4 |
| | | | Authored by: flashdagger | ||||
* | [extractor/substack] Add extractor (#4011) | Elyse | 2022-06-18 | 3 | -1/+135 |
| | | | | Closes #3722 Authored by: elyse0 | ||||
* | [extractor/MirrorCoUK] Add extractor (#3999) | Abubukker Chaudhary | 2022-06-18 | 2 | -0/+99 |
| | | | Authored by: LunarFang416, pukkandan | ||||
* | [extractor/netverse] Add extractors (#3854) | HobbyistDev | 2022-06-19 | 3 | -3/+186 |
| | | | | Authored by: HobbyistDev, pukkandan | ||||
* | [exctractor/digitalconcerthall] Fix extractor (#4105) | Zhymabek Roman | 2022-06-18 | 1 | -1/+1 |
| | | | | Authored by: ZhymabekRoman | ||||
* | [extractor/pornhub] Extract `uploader_id` field (#4104) | Lesmiscore | 2022-06-19 | 1 | -1/+15 |
| | | | Authored by: Lesmiscore | ||||
* | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | 2022-06-18 | 24 | -29/+29 |
| | |||||
* | [cleanup] Minor fixes (#4096) | christoph-heinrich | 2022-06-17 | 2 | -4/+4 |
| | | | Authored by: christoph-heinrich | ||||
* | [youtube] Extract `comment_count` from webpage | pukkandan | 2022-06-17 | 1 | -0/+8 |
| | | | | Closes #4091 | ||||
* | [extractor/tiktok] Extract `SIGI_STATE` | pukkandan | 2022-06-17 | 1 | -15/+45 |
| | | | | | | | | Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479 Closes #3551 Authored by dirkf, sulyi, pukkandan | ||||
* | [utils] `Popen`: Refactor to use contextmanager | pukkandan | 2022-06-16 | 1 | -8/+5 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597 | ||||
* | [extractor] Import `_ALL_CLASSES` lazily | pukkandan | 2022-06-16 | 2 | -25/+35 |
| | | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors` | ||||
* | [cleanup, extractor] Rename `extractors.py` to `_extractors.py` | pukkandan | 2022-06-16 | 2 | -1/+1 |
| | | | | | This should be considered part of the next commit, but is separated so that `git` can detect the renaming better | ||||
* | [extractor/GoogleDrive] Add folder extractor (#4009) | Evan Spensley | 2022-06-14 | 3 | -2/+61 |
| | | | | Closes #3388 Authored by: evansp, pukkandan | ||||
* | [extractor/zdf] Fix bug in 62b2b736e741095d9136c423f37c588fca267d61 | pukkandan | 2022-06-13 | 1 | -1/+1 |
| | | | | Closes #4061 | ||||
* | [extractor] Handle `json_ld` with multiple `@type`s | pukkandan | 2022-06-13 | 3 | -18/+34 |
| | | | | Closes: #4022 | ||||
* | [extractor/rumble] Detect JS embed | pukkandan | 2022-06-13 | 2 | -7/+43 |
| | | | | Closes #4064 | ||||
* | [extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d | pukkandan | 2022-06-13 | 1 | -9/+4 |
| | | | | 85553414ae3007fe866b307b3befd3b9d2423679 made it unnecessary | ||||
* | [extractor/youtube] Fix live chat for videos with content warning | coletdjnz | 2022-06-12 | 1 | -1/+2 |
| | | | | | Fixes #4051 Authored by: coletdjnz | ||||
* | [extractor/tver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 | Lesmiscore | 2022-06-12 | 1 | -1/+1 |
| | | | | | | This corrects a mistake in 64fa820ccf61a7aea6c2a48b1362b3a4ec270cad Authored by: Lesmiscore Closes #4054 | ||||
* | [extractor/jwplatform] Look for `data-video-jw-id` | pukkandan | 2022-06-12 | 2 | -1/+24 |
| | | | | Closes #3821 | ||||
* | [cleanup] Misc fixes (see desc) | pukkandan | 2022-06-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | * [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054 * [rumble] Fix tests - Closes #3976 * [make] Remove `cat` abuse - Closes #3989 * [make] Revert #3684 - Closes #3814 * [utils] Improve `get_elements_by_class` - Closes #3993 * [utils] Inherit `Namespace` from `types.SimpleNamespace` * [utils] Use `re.fullmatch` for matching filters * [jsinterp] Handle quotes in `_separate` * [make_readme] Allow overshooting last line Authored by: pukkandan, kwconder, MrRawes, Lesmiscore | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-11 | 6 | -56/+49 |
| | | | | Closes #4027 | ||||
* | [extractor/FranceCulture] Fix extractor (#3874) | Aurélien Grosdidier | 2022-06-10 | 2 | -110/+31 |
| | | | | Closes #3742 Authored by: aurelg, pukkandan | ||||
* | [extractor/naver] Add `navernow` extractor (#3866) | ping | 2022-06-10 | 2 | -1/+139 |
| | | | Authored by: ping | ||||
* | [extractor/freetv] Add extractor (#3587) | Elyse | 2022-06-10 | 2 | -0/+149 |
| | | | | Closes #3486 Authored by: elyse0 | ||||
* | [extractor/zdf] Improve format sorting (#4040) | Elyse | 2022-06-10 | 1 | -2/+16 |
| | | | | | Closes #4020 Authored by: elyse0 | ||||
* | [extractor/tver] Fix extractor (#4033) | Lesmiscore | 2022-06-09 | 1 | -18/+21 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/youtube] Add `innertube_host` and `innertube_key` extractor args ↵ | coletdev | 2022-06-08 | 1 | -3/+9 |
| | | | | | | (#3916) Allows user to override Innertube API host or key for all requests Authored by: coletdjnz | ||||
* | [extractor/atscaleconfevent] Add extractor (#3971) | Ashish Gupta | 2022-06-07 | 2 | -0/+35 |
| | | | | Closes #3961 Authored by: Ashish0804 | ||||
* | [extractor/ccc] Extract view_count (#3939) | vkorablin | 2022-06-07 | 1 | -0/+1 |
| | | | Authored by: vkorablin | ||||
* | [extractor/southpark] Add `southpark.lat` extractor (#4008) | Angel Toloza | 2022-06-07 | 2 | -0/+44 |
| | | | Authored by: darkxex | ||||
* | [expressen] Fix extractor (#4006) | Daniel Lindholm | 2022-06-07 | 1 | -3/+4 |
| | | | Authored by: aejdl | ||||
* | [dash] Show fragment count with `--live-from-start` (#3493) | MMM | 2022-06-07 | 1 | -0/+1 |
| | | | Authored by: flashdagger | ||||
* | [extractor/youtube] Fix bug in b7c47b743871cdf3e0de75b17e4454d987384bf9 | coletdjnz | 2022-06-07 | 1 | -7/+2 |
| | | | | | | Closes #3997 Authored by: coletdjnz | ||||
* | [extractor] Add `_search_json` | pukkandan | 2022-06-06 | 3 | -39/+29 |
| | | | | | All fetching of JSON objects should eventually be done with this function but only `youtube` is being refactored for now | ||||
* | [extractor/0000studio] Add extractors (#3959) | Lesmiscore | 2022-06-05 | 3 | -2/+119 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/espn] Add `WatchESPN` extractor (#2283) | ischmidt20 | 2022-06-03 | 2 | -14/+125 |
| | | | Authored by: ischmidt20, pukkandan | ||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-03 | 2 | -50/+48 |
| | | | | | | Cherry-picks from: #3498, #3947 Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836 Authored by: pukkandan, flashdagger, gamer191 | ||||
* | [extractor] Fix bug in 617f658b7ec1193749848c1b7343acab125dbc46 | pukkandan | 2022-06-03 | 1 | -8/+20 |
| | | | | | | | While the function signature don't enforce it, some IEs that override `_download_webpage_handle` assume all optional arguments to be keyword-only Closes #3954 | ||||
* | [extractor/youtube] Fix `:ytnotifications` extractor (#3775) | coletdev | 2022-06-03 | 1 | -3/+5 |
| | | | | | Still some issues, see https://github.com/yt-dlp/yt-dlp/pull/3775 Authored by: coletdjnz | ||||
* | [extractor/npr] Use stream url from json-ld (#3455) | siddharth ravikumar | 2022-06-02 | 2 | -1/+20 |
| | | | | Closes #1934 Authored by: r5d |