Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [downloader/niconico] Pass custom headers (#1063) | The Hatsune Daishi | 2021-09-23 | 1 | -2/+4 |
| | | | | Closes #1057 Authored by: nao20010128nao | ||||
* | [cleanup] Fix line endings for `nebula.py` (#1064) | Glenn Slayden | 2021-09-23 | 1 | -238/+238 |
| | | | | :ci skip Authored by: glenn-slayden | ||||
* | [Hotstar] Add referer for subs (#1062) | Ashish Gupta | 2021-09-23 | 2 | -1/+6 |
| | | | Authored by: Ashish0804 | ||||
* | bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3 | pukkandan | 2021-09-23 | 1 | -1/+3 |
| | | | | Closes #1061 | ||||
* | [comedycentral] Support `collection-playlist` (#1058) | nixxo | 2021-09-23 | 1 | -1/+4 |
| | | | Authored by: nixxo | ||||
* | [ffmpeg] Add `aac_adtstoasc` when merging if needed | pukkandan | 2021-09-22 | 2 | -1/+4 |
| | | | | Related: #1039 | ||||
* | [reddit] Workaround for 429 by redirecting to old.reddit.com | pukkandan | 2021-09-22 | 1 | -7/+3 |
| | | | | Closes #1014 | ||||
* | Basic framework for simultaneous download of multiple formats (#1036) | The Hatsune Daishi | 2021-09-22 | 5 | -7/+224 |
| | | | Authored by: nao20010128nao | ||||
* | [AnimalPlanet] Fix extractor (#1050) | Sipherdrakon | 2021-09-22 | 2 | -2/+23 |
| | | | Authored by: Sipherdrakon | ||||
* | [SovietsCloset] Fix playlists for games with only named categories | ChillingPepper | 2021-09-22 | 1 | -1/+11 |
| | | | Authored by: ConquerorDopy | ||||
* | [docs,cleanup] Add deprecation warning in docs | pukkandan | 2021-09-22 | 2 | -4/+7 |
| | | | | | | for some counter intuitive behaviour that may be removed in future. and fix linter | ||||
* | [youtube] Return full URL instead of just ID | pukkandan | 2021-09-22 | 1 | -3/+3 |
| | |||||
* | [fragment,aria2c] Generalize and refactor some code | pukkandan | 2021-09-22 | 2 | -42/+30 |
| | |||||
* | dump files should obey `--trim-filename` (#1043) | pukkandan | 2021-09-22 | 1 | -2/+3 |
| | | | | Authored by: sulyi | ||||
* | [fragment] Fix range header when using `-N` and media sequence (#1048) | pukkandan | 2021-09-22 | 2 | -1/+3 |
| | | | | Authored by: shirt | ||||
* | [fragment] Avoid repeated request for AES key | pukkandan | 2021-09-22 | 1 | -2/+8 |
| | |||||
* | [aria2c] Fix IV for some AES-128 streams | pukkandan | 2021-09-22 | 1 | -1/+2 |
| | | | | Authored by: shirt | ||||
* | [CBC] Fix CBC Gem extractors (#1013) | makeworld | 2021-09-20 | 2 | -275/+207 |
| | | | | Closes #936 Authored by: makeworld-the-better-one | ||||
* | [Peertube] Add channel extractor (#1023) | u-spec-png | 2021-09-19 | 1 | -27/+58 |
| | | | Authored by: u-spec-png | ||||
* | [youtube] Warn when trying to download clips | pukkandan | 2021-09-19 | 2 | -1/+12 |
| | |||||
* | [test/cookies] Improve logging | pukkandan | 2021-09-19 | 1 | -5/+18 |
| | |||||
* | [Nuvid] Fix extractor (#1022) | u-spec-png | 2021-09-19 | 1 | -42/+44 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29886 Authored by: u-spec-png | ||||
* | [aes] Add `aes_gcm_decrypt_and_verify` (#1020) | Ákos Sülyi | 2021-09-19 | 4 | -69/+214 |
| | | | Authored by: sulyi, pukkandan | ||||
* | [CGTN] Add extractor (#981) | Yuan Chao | 2021-09-19 | 3 | -0/+66 |
| | | | Authored by: chao813 | ||||
* | [utils] Improve `extract_timezone` | pukkandan | 2021-09-19 | 1 | -2/+10 |
| | | | | | | Code taken from: https://github.com/ytdl-org/youtube-dl/pull/29845 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29948 Authored by: dirkf | ||||
* | [videa] Fix some extraction errors (#1028) | nyuszika7h | 2021-09-19 | 1 | -15/+34 |
| | | | Authored by: nyuszika7h | ||||
* | [hls] Byterange + AES128 is supported by native downloader | pukkandan | 2021-09-19 | 1 | -2/+0 |
| | |||||
* | [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 |