aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Chingari] Add extractors (#1038)Ashish Gupta2021-09-232-0/+213
| | | Authored by: Ashish0804
* [atv.at] Use jwt for API (#1012)NeroBurner2021-09-232-49/+102
| | | | | | The jwt token is implemented according to RFC7519 Closes #988 Authored by: NeroBurner
* [downloader/niconico] Pass custom headers (#1063)The Hatsune Daishi2021-09-231-2/+4
| | | | Closes #1057 Authored by: nao20010128nao
* [cleanup] Fix line endings for `nebula.py` (#1064)Glenn Slayden2021-09-231-238/+238
| | | | :ci skip Authored by: glenn-slayden
* [Hotstar] Add referer for subs (#1062)Ashish Gupta2021-09-232-1/+6
| | | Authored by: Ashish0804
* bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3pukkandan2021-09-231-1/+3
| | | | Closes #1061
* [comedycentral] Support `collection-playlist` (#1058)nixxo2021-09-231-1/+4
| | | Authored by: nixxo
* [ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan2021-09-222-1/+4
| | | | Related: #1039
* [reddit] Workaround for 429 by redirecting to old.reddit.compukkandan2021-09-221-7/+3
| | | | Closes #1014
* Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi2021-09-225-7/+224
| | | Authored by: nao20010128nao
* [AnimalPlanet] Fix extractor (#1050)Sipherdrakon2021-09-222-2/+23
| | | Authored by: Sipherdrakon
* [SovietsCloset] Fix playlists for games with only named categoriesChillingPepper2021-09-221-1/+11
| | | Authored by: ConquerorDopy
* [docs,cleanup] Add deprecation warning in docspukkandan2021-09-222-4/+7
| | | | | | for some counter intuitive behaviour that may be removed in future. and fix linter
* [youtube] Return full URL instead of just IDpukkandan2021-09-221-3/+3
|
* [fragment,aria2c] Generalize and refactor some codepukkandan2021-09-222-42/+30
|
* dump files should obey `--trim-filename` (#1043)pukkandan2021-09-221-2/+3
| | | | Authored by: sulyi
* [fragment] Fix range header when using `-N` and media sequence (#1048)pukkandan2021-09-222-1/+3
| | | | Authored by: shirt
* [fragment] Avoid repeated request for AES keypukkandan2021-09-221-2/+8
|
* [aria2c] Fix IV for some AES-128 streamspukkandan2021-09-221-1/+2
| | | | Authored by: shirt
* [CBC] Fix CBC Gem extractors (#1013)makeworld2021-09-202-275/+207
| | | | Closes #936 Authored by: makeworld-the-better-one
* [Peertube] Add channel extractor (#1023)u-spec-png2021-09-191-27/+58
| | | Authored by: u-spec-png
* [youtube] Warn when trying to download clipspukkandan2021-09-192-1/+12
|
* [test/cookies] Improve loggingpukkandan2021-09-191-5/+18
|
* [Nuvid] Fix extractor (#1022)u-spec-png2021-09-191-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ülyi2021-09-194-69/+214
| | | Authored by: sulyi, pukkandan
* [CGTN] Add extractor (#981)Yuan Chao2021-09-193-0/+66
| | | Authored by: chao813
* [utils] Improve `extract_timezone`pukkandan2021-09-191-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)nyuszika7h2021-09-191-15/+34
| | | Authored by: nyuszika7h
* [hls] Byterange + AES128 is supported by native downloaderpukkandan2021-09-191-2/+0
|
* [Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606pukkandan2021-09-191-1/+1
|
* [extractor] Fix root-relative URLs in MPD (#1006)DigitalDJ2021-09-191-2/+4
| | | Authored by: DigitalDJ
* [SponsorBlock] Improve merge algorithm (#999)Nil Admirari2021-09-192-37/+72
| | | Authored by: nihil-admirari
* [Oreilly] Handle new web url (#990)Mohammad Khaled AbouElSherbini2021-09-181-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 outtmplpukkandan2021-09-183-8/+20
| | | | Closes #899, #1004
* [damtomo] Add extractor (#992)The Hatsune Daishi2021-09-182-0/+117
| | | Authored by: nao20010128nao
* [itv] Prefer last matching featureset (#1001)coletdjnz2021-09-181-3/+8
| | | | Bug fix for #986 Authored by: coletdjnz
* [CAM4] Add extractor (#1010)Aleri Kaisattera2021-09-182-0/+33
| | | Authored by: alerikaisattera
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-189-49/+46
| | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938
* [options] Fix `--no-config` and refactor reading of config filespukkandan2021-09-181-45/+34
| | | | Closes #912, #914
* Add format type `B` for outtmpl to treat the value as bytespukkandan2021-09-183-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 Kaisattera2021-09-162-0/+52
| | | Authored by: alerikaisattera
* [Mediaite] Add Extractor (#973)Ashish Gupta2021-09-163-6/+86
| | | | Closes #969 Authored by: Ashish0804
* [NDR] Rewrite NDRIE (#962)Ashish Gupta2021-09-161-83/+82
| | | | Closes #959 Authored by: Ashish0804
* [globo] Fix GloboIE (#994)Ashish Gupta2021-09-161-90/+63
| | | | Closes #991 Authored by: Ashish0804
* Add option `--netrc-location`pukkandan2021-09-165-7/+17
| | | | Closes #792, #963
* [compat] Don't ignore `HOME` (if set) on windowspukkandan2021-09-162-2/+19
| | | | Related: #792
* [vrv] Don't raise error when thumbnails are missingpukkandan2021-09-161-1/+1
| | | | Closes #983
* [soundcloud] Update `_CLIENT_ID`pukkandan2021-09-161-1/+1
| | | | Related: #975
* [options] Strip spaces in list-like switchespukkandan2021-09-161-7/+6
|
* [HiDive] Fix extractor (#958)Ashish Gupta2021-09-151-38/+43
| | | | Closes #952, #408 Authored by: Ashish0804