Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606 | pukkandan | 2021-09-19 | 1 | -1/+1 |
| | |||||
* | [extractor] Fix root-relative URLs in MPD (#1006) | DigitalDJ | 2021-09-19 | 1 | -2/+4 |
| | | | Authored by: DigitalDJ | ||||
* | [SponsorBlock] Improve merge algorithm (#999) | Nil Admirari | 2021-09-19 | 2 | -37/+72 |
| | | | Authored by: nihil-admirari | ||||
* | [Oreilly] Handle new web url (#990) | Mohammad Khaled AbouElSherbini | 2021-09-18 | 1 | -1/+6 |
| | | | | | The change in URL is most likely a server side issue. But we can work around it by a simple substitution Authored by: MKSherbini | ||||
* | Allow alternate fields in outtmpl | pukkandan | 2021-09-18 | 3 | -8/+20 |
| | | | | Closes #899, #1004 | ||||
* | [damtomo] Add extractor (#992) | The Hatsune Daishi | 2021-09-18 | 2 | -0/+117 |
| | | | Authored by: nao20010128nao | ||||
* | [itv] Prefer last matching featureset (#1001) | coletdjnz | 2021-09-18 | 1 | -3/+8 |
| | | | | Bug fix for #986 Authored by: coletdjnz | ||||
* | [CAM4] Add extractor (#1010) | Aleri Kaisattera | 2021-09-18 | 2 | -0/+33 |
| | | | Authored by: alerikaisattera | ||||
* | [hls,aes] Fallback to native implementation for AES-CBC | pukkandan | 2021-09-18 | 9 | -49/+46 |
| | | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938 | ||||
* | [options] Fix `--no-config` and refactor reading of config files | pukkandan | 2021-09-18 | 1 | -45/+34 |
| | | | | Closes #912, #914 | ||||
* | Add format type `B` for outtmpl to treat the value as bytes | pukkandan | 2021-09-18 | 3 | -4/+9 |
| | | | | | This is useful to limit the filename to a certain number of bytes rather than characters Closes #1003 | ||||
* | [Streamanity] Add Extractor (#984) | Aleri Kaisattera | 2021-09-16 | 2 | -0/+52 |
| | | | Authored by: alerikaisattera | ||||
* | [Mediaite] Add Extractor (#973) | Ashish Gupta | 2021-09-16 | 3 | -6/+86 |
| | | | | Closes #969 Authored by: Ashish0804 | ||||
* | [NDR] Rewrite NDRIE (#962) | Ashish Gupta | 2021-09-16 | 1 | -83/+82 |
| | | | | Closes #959 Authored by: Ashish0804 | ||||
* | [globo] Fix GloboIE (#994) | Ashish Gupta | 2021-09-16 | 1 | -90/+63 |
| | | | | Closes #991 Authored by: Ashish0804 | ||||
* | Add option `--netrc-location` | pukkandan | 2021-09-16 | 5 | -7/+17 |
| | | | | Closes #792, #963 | ||||
* | [compat] Don't ignore `HOME` (if set) on windows | pukkandan | 2021-09-16 | 2 | -2/+19 |
| | | | | Related: #792 | ||||
* | [vrv] Don't raise error when thumbnails are missing | pukkandan | 2021-09-16 | 1 | -1/+1 |
| | | | | Closes #983 | ||||
* | [soundcloud] Update `_CLIENT_ID` | pukkandan | 2021-09-16 | 1 | -1/+1 |
| | | | | Related: #975 | ||||
* | [options] Strip spaces in list-like switches | pukkandan | 2021-09-16 | 1 | -7/+6 |
| | |||||
* | [HiDive] Fix extractor (#958) | Ashish Gupta | 2021-09-15 | 1 | -38/+43 |
| | | | | Closes #952, #408 Authored by: Ashish0804 | ||||
* | [radlive] Add new extractor (#870) | nyuszika7h | 2021-09-15 | 2 | -0/+184 |
| | | | | Closes #312 Authored by: nyuszika7h | ||||
* | [DIYNetwork] Support new format (#934) | Sipherdrakon | 2021-09-15 | 2 | -1/+22 |
| | | | Authored by: Sipherdrakon | ||||
* | [VrtNU] Handle login errors (#977) | LE | 2021-09-15 | 1 | -0/+3 |
| | | | Authored by: llacb47 | ||||
* | [Mxplayer] Use mobile API (#966) | Ashish Gupta | 2021-09-15 | 1 | -80/+127 |
| | | | Authored by: Ashish0804 | ||||
* | [cleanup] Improve `make clean-test` (#972) | Ákos Sülyi | 2021-09-14 | 2 | -2/+4 |
| | | | Authored by: sulyi | ||||
* | [Peertube] Add playlist extractor (#957) | u-spec-png | 2021-09-14 | 2 | -9/+90 |
| | | | Authored by: u-spec-png | ||||
* | [Fancode] Fix live streams (#961) | zenerdi0de | 2021-09-13 | 1 | -1/+1 |
| | | | Authored by: zenerdi0de | ||||
* | [ITV] Fix extractor, add subtitles and thumbnails (#913) | coletdjnz | 2021-09-13 | 1 | -41/+105 |
| | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/28955 (see also https://github.com/ytdl-org/youtube-dl/issues/28906#issuecomment-831008270) Closes #861, https://github.com/ytdl-org/youtube-dl/issues/28906, https://github.com/ytdl-org/youtube-dl/issues/29337, https://github.com/ytdl-org/youtube-dl/issues/29190, https://github.com/ytdl-org/youtube-dl/issues/28939, https://github.com/ytdl-org/youtube-dl/issues/29620 Authored-by: coletdjnz, sleaux-meaux, Vangelis66 | ||||
* | [peertube] Update instances (#957) | pukkandan | 2021-09-13 | 1 | -0/+631 |
| | | | | Authored by: u-spec-png | ||||
* | [funimation] Fix for locations outside US | pukkandan | 2021-09-12 | 1 | -2/+10 |
| | | | | | Closes #868 Authored by: Jules-A, pukkandan | ||||
* | [cookies] Make browser names case insensitive | pukkandan | 2021-09-12 | 3 | -2/+3 |
| | |||||
* | [brightcove] Extract subtitles from manifests | pukkandan | 2021-09-12 | 1 | -5/+8 |
| | |||||
* | Fix `--compat-option no-direct-merge` | pukkandan | 2021-09-12 | 2 | -2/+2 |
| | |||||
* | [9Now] handle episodes of series (#896) | dalan | 2021-09-12 | 1 | -14/+45 |
| | | | Authored by: dalanmiller | ||||
* | [TikTokUser] Fix extractor using mobile API (#925) | MinePlayersPE | 2021-09-12 | 1 | -129/+176 |
| | | | | | | and misc cleanup Closes #859 Authored by: MinePlayersPE, llacb47 | ||||
* | [Newgrounds] Add `NewgroundsUserIE` and improve extractor (#942) | u-spec-png | 2021-09-12 | 2 | -12/+73 |
| | | | Authored by: u-spec-png | ||||
* | [bilibili]Add BiliIntlIE and BiliIntlSeriesIE (#907) | Ashish Gupta | 2021-09-11 | 2 | -0/+142 |
| | | | | Closes #611 Authored by: Ashish0804 | ||||
* | [MuseScore] Add Extractor (#918) | Ashish Gupta | 2021-09-11 | 3 | -1/+69 |
| | | | | Closes #911 Authored by: Ashish0804 | ||||
* | [zype] Extract subtitles from the m3u8 manifest (#948) | Felix S | 2021-09-11 | 1 | -3/+4 |
| | | | | Closes #929 Authored by: fstirlitz | ||||
* | [WebVTT] Adjust parser to accommodate PBS subtitles (#922) | pukkandan | 2021-09-08 | 1 | -2/+7 |
| | | | Closes #921 | ||||
* | [nzherald] Add NZHeraldIE (#909) | coletdjnz | 2021-09-07 | 2 | -0/+99 |
| | | | | | Authored-by: coletdjnz Related: https://github.com/ytdl-org/youtube-dl/issues/28267 | ||||
* | [pbs] Fix subtitle extraction (#813) | coletdjnz | 2021-09-08 | 2 | -21/+48 |
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/24430, https://github.com/ytdl-org/youtube-dl/pull/17434 Closes: #836, https://github.com/ytdl-org/youtube-dl/issues/18796, https://github.com/ytdl-org/youtube-dl/issues/17273 Authored-by: coletdjnz, gesa, raphaeldore | ||||
* | [Olympics] Add replay extractor (#905) | Ashish | 2021-09-07 | 2 | -0/+57 |
| | | | | Closes #897 Authored by: Ashish0804 | ||||
* | [Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900) | Ashish | 2021-09-07 | 2 | -1/+93 |
| | | | Authored by: Ashish0804 | ||||
* | [gotostage] Add extractor (#883) | Poschi | 2021-09-07 | 2 | -0/+74 |
| | | | Authored by: poschi3 | ||||
* | [youtube] Improvements to JS player extraction (See desc) (#860) | coletdjnz | 2021-09-06 | 2 | -28/+57 |
| | | | | | | | | | | | | | * fallback player url extraction when it fails to be extracted from the webpage * don't download js player unnecessarily for clients that don't require it * try to extract js player url from any additional client configs * ability to skip the js player usage/download using `player_skip=js` * ability to skip the initial webpage download using `player_skip=webpage` known issue: * authentication for multi-channel accounts and multi-account cookies may not work correctly if the webpage or client configs are skipped * formats from the web client requiring signature decryption will be skipped if player js extraction is skipped Authored by: coletdjnz | ||||
* | [Mediaklikk] Add Extractor (#867) | coletdjnz | 2021-09-06 | 3 | -0/+106 |
| | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/17453, https://github.com/ytdl-org/youtube-dl/pull/25098 Fixes: https://github.com/ytdl-org/youtube-dl/issues/21431 Authored-by: tmarki, mrx23dot, coletdjnz | ||||
* | [tiktok] Use API to fetch higher quality video (#843) | MinePlayersPE | 2021-09-05 | 1 | -33/+196 |
| | | | Authored by: MinePlayersPE, llacb47 | ||||
* | [cleanup] Misc | pukkandan | 2021-09-05 | 7 | -12/+10 |
| |