Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/pornhub] Set access cookies to fix extraction (#6685) | Noah | 2023-04-25 | 1 | -2/+9 |
| | | | | | | | Closes #4299 Authored by: Schmoaaaaah, arobase-che Co-authored-by: Noah <nkempers@outlook.de> Co-authored-by: ache <ache@ache.one> | ||||
* | [extractor/bitchute] Add more fallback subdomains (#6907) | Neurognostic | 2023-04-25 | 1 | -1/+4 |
| | | | Authored by: Neurognostic | ||||
* | [extractor/NiconicoSeries] Fix extraction (#6898) | sqrtNOT | 2023-04-25 | 1 | -7/+6 |
| | | | Authored by: sqrtNOT | ||||
* | [extractors/rtvc] Add extractors (#6578) | Elyse | 2023-04-24 | 3 | -0/+322 |
| | | | | | | | | | * Add `RTVCPlay` extractor * Add `RTVCPlayEmbed` extractor * Add `RTVCKaltura` extractor * Add `SenalColombiaLive` extractor Closes #6457 Authored by: elyse0 | ||||
* | [utils] `traverse_obj`: Allow iterables in traversal (#6902) | Simon Sawicki | 2023-04-24 | 2 | -4/+7 |
| | | | Authored by: Grub4K | ||||
* | Add option `--xff` | pukkandan | 2023-04-24 | 3 | -23/+33 |
| | | | | Deprecates `--geo-bypass`, `--no-geo-bypass, `--geo-bypass-country`, `--geo-bypass-ip-block` | ||||
* | [extractor/hentaistigma] Remove extractor | pukkandan | 2023-04-24 | 2 | -38/+0 |
| | | | | | | Piracy site Closes #6870 | ||||
* | Add `--no-quiet` | pukkandan | 2023-04-24 | 3 | -2/+8 |
| | | | | Closes #6796 | ||||
* | [outtmpl] Support `str.format` syntax inside replacements | pukkandan | 2023-04-24 | 3 | -4/+21 |
| | | | | Closes #6843 | ||||
* | [outtmpl] Allow `\n` in replacements and default. | pukkandan | 2023-04-24 | 3 | -2/+3 |
| | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510055357 Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510363645 | ||||
* | [extractor/twitch] Extract original size thumbnail (#6629) | JC-Chung | 2023-04-22 | 1 | -4/+10 |
| | | | Authored by: JC-Chung | ||||
* | [extractor/wevidi] Add extractor (#6868) | truedread | 2023-04-22 | 2 | -0/+109 |
| | | | | Closes #6129 Authored by: truedread | ||||
* | [extractor/nhk] Add `NhkRadiru` extractor (#6819) | garret | 2023-04-19 | 2 | -1/+141 |
| | | | | | * Add `NhkRadioNewsPage` extractor Authored by: garret1317 | ||||
* | [extractor/sbs] Overhaul extractor for new API (#6839) | vidiot720 | 2023-04-18 | 2 | -27/+86 |
| | | | | Closes #6543 Authored by: vidiot720, dirkf, bashonly | ||||
* | [extractor/bilibili] Support festival videos (#6547) | qbnu | 2023-04-18 | 1 | -13/+73 |
| | | | | Closes #6138 Authored by: qbnu | ||||
* | [extractor/stageplus] Add extractor (#6838) | bashonly | 2023-04-18 | 2 | -0/+519 |
| | | | | Closes #6806 Authored by: bashonly | ||||
* | [extractor/pornez] Support new URL formats (#6792) | zhgwn | 2023-04-18 | 1 | -23/+41 |
| | | | | Closes #6791, Closes #6298 Authored by: zhgwn | ||||
* | [extractor/whyp] Add extractor (#6803) | CoryTibbettsDev | 2023-04-16 | 2 | -0/+51 |
| | | | Authored by: CoryTibbettsDev | ||||
* | [extractor/gronkh] Extract duration and chapters (#6817) | satan1st | 2023-04-16 | 1 | -2/+12 |
| | | | Authored by: satan1st | ||||
* | [extractor/reddit] Support cookies and short URLs (#6825) | bashonly | 2023-04-16 | 1 | -14/+58 |
| | | | | Closes #6665, Closes #6753 Authored by: bashonly | ||||
* | [extractor/adobepass] Handle `Charter_Direct` MSO as `Spectrum` (#6824) | bashonly | 2023-04-16 | 1 | -1/+1 |
| | | | Authored by: bashonly | ||||
* | Do not translate newlines in `--print-to-file` | pukkandan | 2023-04-16 | 1 | -2/+2 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1509361107 | ||||
* | [extractor] Do not warn for invalid chapter data in description | pukkandan | 2023-04-16 | 1 | -4/+8 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/6811#issuecomment-1509876209 | ||||
* | [extractor/youtube] Define strict uploader metadata mapping (#6384) | coletdjnz | 2023-04-14 | 1 | -338/+371 |
| | | | | | | | | | | | | | | New mapping: ``` channel -> channel name channel_id -> UCID channel_url -> UCID channel url uploader -> channel name (same as channel field) uploader_id -> @handle uploader_url -> @handle channel url ``` Authored by: coletdjnz | ||||
* | [extractor/generic] Attempt to detect live HLS (#6775) | bashonly | 2023-04-13 | 2 | -9/+55 |
| | | | | | | | * Extract duration for non-live generic HLS videos * Add extractor-arg `is_live` to bypass live HLS check Closes #6705 Authored by: bashonly | ||||
* | [FFmpegFixupM3u8PP] Check audio codec before fixup (#6778) | bashonly | 2023-04-13 | 1 | -1/+4 |
| | | | | Closes #6673 Authored by: bashonly | ||||
* | [extractor/tiktok] Fix and improve metadata extraction (#6777) | bashonly | 2023-04-13 | 1 | -72/+117 |
| | | | Authored by: bashonly | ||||
* | [extractor/zoom] Fix share URL extraction (#6789) | bashonly | 2023-04-13 | 1 | -28/+62 |
| | | | Authored by: bashonly | ||||
* | [extractor/iwara] Fix format sorting (#6651) | hasezoey | 2023-04-14 | 1 | -1/+9 |
| | | | | Authored by: hasezoey | ||||
* | [extractor/iwara] Fix typo | Lesmiscore | 2023-04-13 | 1 | -1/+1 |
| | | | | | | Authored by: Lesmiscore Closes #6795 | ||||
* | [extractor/BrainPOP] Add extractors (#6106) | MyNey | 2023-04-12 | 2 | -0/+326 |
| | | | | Authored by: MinePlayersPE Based on https://github.com/ytdl-org/youtube-dl/pull/10025 | ||||
* | [extractor/biliIntl] Add comment extraction (#6079) | HobbyistDev | 2023-04-12 | 1 | -2/+109 |
| | | | Authored by: HobbyistDev | ||||
* | [extractor/gmanetwork] Add extractor (#5945) | HobbyistDev | 2023-04-12 | 2 | -0/+84 |
| | | | | Authored by: HobbyistDev Partially fixes #5770 | ||||
* | Relaxed validation for numeric format filters | pukkandan | 2023-04-12 | 1 | -1/+1 |
| | | | | | | Continued from f96bff99cb2cf1d112b099e5149dd2c3a6a76af2 Closes #6782 | ||||
* | [extractor/niconico] Download comments from the new endpoint (#6773) | Lesmiscore | 2023-04-12 | 1 | -15/+39 |
| | | | | Authored by: Lesmiscore | ||||
* | [postprocessor/FixupDuplicateMoov] Fix bug in triggering | pukkandan | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | [extractor/youtube] Revert default formats to `https` | pukkandan | 2023-04-11 | 1 | -3/+1 |
| | |||||
* | [extractor/zoom] Fix extractor (#6741) | Shreyas Minocha | 2023-04-11 | 1 | -8/+12 |
| | | | | Authored by: shreyasminocha Closes #6677 | ||||
* | [extractor/line] Remove extractors (#6734) | sian1468 | 2023-04-11 | 2 | -147/+0 |
| | | | | Service has shut down - https://archive.ph/txVKy Authored by: sian1468 | ||||
* | [extractor/hrefli] Add extractor (#6762) | lauren n. liberda | 2023-04-11 | 2 | -0/+16 |
| | | | Authored by: selfisekai | ||||
* | [extractor/youku] Improve error message (#6690) | Chris Caruso | 2023-04-11 | 1 | -41/+3 |
| | | | | Authored by: carusocr Closes #6551 | ||||
* | [extractor/kick] Make initial request non-fatal | bashonly | 2023-04-08 | 1 | -1/+1 |
| | | | | Authored by: bashonly | ||||
* | [extractor/youtube] Fix comment loop detection for pinned comments (#6714) | coletdjnz | 2023-04-06 | 1 | -2/+12 |
| | | | | | | | Pinned comments may repeat a second time - this is expected. Fixes https://github.com/yt-dlp/yt-dlp/issues/6712 Authored by: coletdjnz | ||||
* | [extractor/YahooGyaOIE,extactor/YahooGyaOPlayerIE] Delete extractors due to ↵ | Lesmiscore | 2023-03-31 | 2 | -119/+0 |
| | | | | | website close (#6218) Authored by: Lesmiscore | ||||
* | [extractor/iwara] Accept old URLs | Lesmiscore | 2023-03-29 | 1 | -1/+1 |
| | | | | | | Authored by: Lesmiscore Closes #6669 | ||||
* | [postprocessor/EmbedThumbnail,postprocessor/FFmpegMetadata] Fix error on ↵ | Lesmiscore | 2023-03-28 | 2 | -2/+2 |
| | | | | | | | attaching thumbnails and info json for mkv/mka (#6647) Authored by: Lesmiscore Current yt-dlp code never hit this bug, but would hit once filename sanitization gets better | ||||
* | [extractor/iwara] Report private videos (#6641) | Lesmiscore | 2023-03-27 | 1 | -1/+8 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/nbc] Fix `NBCStations` direct mp4 formats (#6637) | bashonly | 2023-03-26 | 1 | -12/+45 |
| | | | Authored by: bashonly | ||||
* | [extractor/triller] Support short URLs, detect removed videos (#6636) | bashonly | 2023-03-26 | 2 | -134/+174 |
| | | | Authored by: bashonly | ||||
* | [utils] `js_to_json`: Implement template strings (#6623) | Simon Sawicki | 2023-03-25 | 2 | -2/+16 |
| | | | Authored by: Grub4K |