Commit Graph

  • 9ada988bfc
    [Koo] Add extractor (#1044) Ashish Gupta 2021-09-23 23:45:17 +05:30
  • d1a7768432
    [Chingari] Add extractors (#1038) Ashish Gupta 2021-09-23 23:31:55 +05:30
  • 49fa4d9af7
    [atv.at] Use jwt for API (#1012) NeroBurner 2021-09-23 19:40:51 +02:00
  • ee2b3563f3
    [downloader/niconico] Pass custom headers (#1063) The Hatsune Daishi 2021-09-23 18:06:48 +09:00
  • bdc196a444
    [cleanup] Fix line endings for nebula.py (#1064) Glenn Slayden 2021-09-23 02:05:01 -07:00
  • 388bc4a640
    [Hotstar] Add referer for subs (#1062) Ashish Gupta 2021-09-23 14:30:49 +05:30
  • 50eff38c1c
    bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3 Closes #1061 pukkandan 2021-09-23 11:48:49 +05:30
  • 4be9dbdc24
    [comedycentral] Support collection-playlist (#1058) nixxo 2021-09-23 08:15:54 +02:00
  • a21e0ab1a1
    [ffmpeg] Add aac_adtstoasc when merging if needed Related: #1039 pukkandan 2021-09-22 19:51:40 +05:30
  • a76e2e0f88
    [reddit] Workaround for 429 by redirecting to old.reddit.com Closes #1014 pukkandan 2021-09-22 19:50:24 +05:30
  • bd50a52b0d
    Basic framework for simultaneous download of multiple formats (#1036) The Hatsune Daishi 2021-09-22 23:12:04 +09:00
  • c12977bdc4
    [AnimalPlanet] Fix extractor (#1050) Sipherdrakon 2021-09-22 10:09:45 -04:00
  • f6d8776d34
    [SovietsCloset] Fix playlists for games with only named categories ChillingPepper 2021-09-22 04:10:02 +02:00
  • d806c9fd97
    [docs,cleanup] Add deprecation warning in docs for some counter intuitive behaviour that may be removed in future. pukkandan 2021-09-22 05:50:11 +05:30
  • 5e3f2f8fc4
    [youtube] Return full URL instead of just ID pukkandan 2021-09-22 05:35:39 +05:30
  • 1009f67c2a
    [fragment,aria2c] Generalize and refactor some code pukkandan 2021-09-22 05:27:07 +05:30
  • bd6f722de8
    dump files should obey --trim-filename (#1043) Authored by: sulyi pukkandan 2021-09-22 05:25:17 +05:30
  • d9d8b85747
    [fragment] Fix range header when using -N and media sequence (#1048) Authored by: shirt pukkandan 2021-09-22 04:16:50 +05:30
  • daf7ac2b92
    [fragment] Avoid repeated request for AES key pukkandan 2021-09-22 01:15:16 +05:30
  • 96933fc1b6
    [aria2c] Fix IV for some AES-128 streams Authored by: shirt pukkandan 2021-09-22 00:15:56 +05:30
  • 0d32e124c6
    [CBC] Fix CBC Gem extractors (#1013) makeworld 2021-09-19 18:13:26 -04:00
  • cb2ec90e91
    [Peertube] Add channel extractor (#1023) u-spec-png 2021-09-19 17:47:41 +00:00
  • 3cd786dbd7
    [youtube] Warn when trying to download clips pukkandan 2021-09-19 19:37:47 +05:30
  • 1b629e1b4c
    [test/cookies] Improve logging pukkandan 2021-09-19 19:39:01 +05:30
  • 8f8e8eba24
    [Nuvid] Fix extractor (#1022) u-spec-png 2021-09-19 12:26:29 +00:00
  • 09906f554d
    [aes] Add aes_gcm_decrypt_and_verify (#1020) Ákos Sülyi 2021-09-19 14:22:31 +02:00
  • a63d9bd0b0
    [CGTN] Add extractor (#981) Yuan Chao 2021-09-19 08:18:22 -04:00
  • f137e4c27c
    [utils] Improve extract_timezone 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 pukkandan 2021-09-19 17:45:41 +05:30
  • 4762621925
    [videa] Fix some extraction errors (#1028) nyuszika7h 2021-09-19 13:37:50 +02:00
  • 57aa7b8511
    [hls] Byterange + AES128 is supported by native downloader pukkandan 2021-09-19 14:20:20 +05:30
  • 9c1c3ec016
    [Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606 pukkandan 2021-09-19 14:16:11 +05:30
  • f9cc0161e6
    [extractor] Fix root-relative URLs in MPD (#1006) DigitalDJ 2021-09-19 18:07:57 +09:30
  • c6af2dd8e5
    [SponsorBlock] Improve merge algorithm (#999) Nil Admirari 2021-09-19 03:08:50 +00:00
  • 7738bd3272
    [Oreilly] Handle new web url (#990) Mohammad Khaled AbouElSherbini 2021-09-18 13:33:06 +02:00
  • 7c37ff97d3
    Allow alternate fields in outtmpl Closes #899, #1004 pukkandan 2021-09-18 16:21:38 +05:30
  • d47f46e17e
    [damtomo] Add extractor (#992) The Hatsune Daishi 2021-09-18 14:55:17 +09:00
  • 298bf1d275
    [itv] Prefer last matching featureset (#1001) coletdjnz 2021-09-17 20:55:49 +00:00
  • d1b39ad844
    [CAM4] Add extractor (#1010) Aleri Kaisattera 2021-09-18 02:54:17 +06:00
  • edf65256aa
    [hls,aes] Fallback to native implementation for AES-CBC and detect Cryptodome in addition to Crypto pukkandan 2021-09-18 00:51:27 +05:30
  • 7303f84abe
    [options] Fix --no-config and refactor reading of config files Closes #912, #914 pukkandan 2021-09-13 08:22:11 +05:30
  • f5aa5cfbff
    Add format type B for outtmpl to treat the value as bytes pukkandan 2021-09-17 23:46:17 +05:30
  • f1f6ca78b4
    [Streamanity] Add Extractor (#984) Aleri Kaisattera 2021-09-17 00:15:10 +06:00
  • 2fac2e9136
    [Mediaite] Add Extractor (#973) Ashish Gupta 2021-09-16 23:42:45 +05:30
  • 23dd2d9a32
    [NDR] Rewrite NDRIE (#962) Ashish Gupta 2021-09-16 23:41:55 +05:30
  • b89378a69a
    [globo] Fix GloboIE (#994) Ashish Gupta 2021-09-16 23:01:39 +05:30
  • 0001fcb586
    Add option --netrc-location Closes #792, #963 pukkandan 2021-09-16 00:51:40 +05:30
  • c589c1d395
    [compat] Don't ignore HOME (if set) on windows Related: #792 pukkandan 2021-09-16 00:34:18 +05:30
  • f7590d4764
    [vrv] Don't raise error when thumbnails are missing Closes #983 pukkandan 2021-09-16 00:31:22 +05:30
  • dbf7eca917
    [soundcloud] Update _CLIENT_ID Related: #975 pukkandan 2021-09-15 00:21:22 +05:30
  • d21bba7853
    [options] Strip spaces in list-like switches pukkandan 2021-09-14 12:03:26 +05:30
  • a8cb7eca61
    [HiDive] Fix extractor (#958) Ashish Gupta 2021-09-15 07:34:54 +05:30
  • 92790da2bb
    [radlive] Add new extractor (#870) nyuszika7h 2021-09-15 03:45:10 +02:00
  • b5a39ed43b
    [DIYNetwork] Support new format (#934) Sipherdrakon 2021-09-14 20:25:03 -04:00
  • cc33cc4395
    [VrtNU] Handle login errors (#977) LE 2021-09-14 16:58:49 -04:00
  • 1722099ded
    [Mxplayer] Use mobile API (#966) Ashish Gupta 2021-09-15 02:23:36 +05:30
  • 40b18348e7
    [cleanup] Improve make clean-test (#972) Ákos Sülyi 2021-09-14 20:23:47 +02:00
  • e9a30b181e
    [Peertube] Add playlist extractor (#957) u-spec-png 2021-09-14 03:55:26 +00:00
  • 9c95ac677e
    [Fancode] Fix live streams (#961) zenerdi0de 2021-09-13 21:10:32 +05:30
  • ea706726d6
    [ITV] Fix extractor, add subtitles and thumbnails (#913) coletdjnz 2021-09-12 20:56:19 +00:00
  • f60990ddfc
    [peertube] Update instances (#957) Authored by: u-spec-png pukkandan 2021-09-13 02:02:28 +05:30
  • ad226b1dc9
    [funimation] Fix for locations outside US Closes #868 Authored by: Jules-A, pukkandan pukkandan 2021-09-12 21:34:45 +05:30
  • ca46b94134
    [cookies] Make browser names case insensitive pukkandan 2021-09-11 17:49:03 +05:30
  • 67ad7759af
    [brightcove] Extract subtitles from manifests pukkandan 2021-09-11 17:47:59 +05:30
  • d5fe04f5c7
    Fix --compat-option no-direct-merge pukkandan 2021-09-11 17:47:26 +05:30
  • 03c862794f
    [9Now] handle episodes of series (#896) dalan 2021-09-12 22:11:24 +10:00
  • 0fd6661edb
    [TikTokUser] Fix extractor using mobile API (#925) MinePlayersPE 2021-09-12 13:21:59 +07:00
  • 02c7ae8104
    [Newgrounds] Add NewgroundsUserIE and improve extractor (#942) u-spec-png 2021-09-12 05:37:44 +00:00
  • 16f7e6be3a
    [bilibili]Add BiliIntlIE and BiliIntlSeriesIE (#907) Ashish Gupta 2021-09-11 18:59:48 +05:30
  • ffecd3034b
    [MuseScore] Add Extractor (#918) Ashish Gupta 2021-09-11 18:51:11 +05:30
  • 1c5ce74c04
    [zype] Extract subtitles from the m3u8 manifest (#948) Felix S 2021-09-11 10:16:03 +00:00
  • 81a136b80f
    [WebVTT] Adjust parser to accommodate PBS subtitles (#922) pukkandan 2021-09-08 16:10:10 +05:30
  • eab3f867e2
    [nzherald] Add NZHeraldIE (#909) coletdjnz 2021-09-07 22:49:57 +00:00
  • a7e999beec
    [pbs] Fix subtitle extraction (#813) coletdjnz 2021-09-07 20:59:20 +00:00
  • 71407b3eca
    [Olympics] Add replay extractor (#905) Ashish 2021-09-07 23:05:27 +05:30
  • dc9de9cbd2
    [Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900) Ashish 2021-09-07 23:03:19 +05:30
  • 92ddaa415e
    [gotostage] Add extractor (#883) Poschi 2021-09-07 19:11:56 +02:00
  • b6de707d13
    [youtube] Improvements to JS player extraction (See desc) (#860) coletdjnz 2021-09-06 07:26:41 +00:00
  • bccdbd22d5
    [Mediaklikk] Add Extractor (#867) coletdjnz 2021-09-06 06:52:38 +00:00
  • bd9ff55bcd [tiktok] Use API to fetch higher quality video (#843) MinePlayersPE 2021-09-05 12:34:58 +07:00
  • 526d74ec5a
    [cleanup] Misc pukkandan 2021-09-05 11:16:23 +05:30
  • e04a1ff92e
    [soundcloud] Retry playlist pages on 502 error Closes #872 pukkandan 2021-09-05 10:27:49 +05:30
  • aa6c25309a [soundcloud] Make playlist extraction lazy pukkandan 2021-09-05 10:26:46 +05:30
  • d98b006b85 [dw] Fix extractor Closes #830 pukkandan 2021-09-05 07:03:27 +05:30
  • 265a7a8ee5
    [redtube] Fix exts Closes #464 pukkandan 2021-09-05 05:22:45 +05:30
  • 826446bd82
    [plutotv] Fix extractor for URLs with /en Closes #431 pukkandan 2021-09-05 04:41:02 +05:30
  • bc79491368
    [17live] Add 17.live extractor (#866) The Hatsune Daishi 2021-09-05 07:37:28 +09:00
  • 421ddcb8b4
    [SovietsCloset] Add extractor (#884) ChillingPepper 2021-09-04 14:29:35 +02:00
  • c0ac49bcca
    [youtube] Retry on 'Unknown Error' (#854) coletdjnz 2021-09-04 02:33:42 +00:00
  • 02def2714c
    [southpark] Fix SouthParkDE (#812) coletdjnz 2021-09-04 02:31:47 +00:00
  • f9be9cb9fd
    [cookies] Print warning for cookie decoding error only once Closes #889 pukkandan 2021-09-04 07:52:16 +05:30
  • 4614bc22c1 Allow --force-write-archive to work with --flat-playlist Related: #876 pukkandan 2021-09-03 06:14:26 +05:30
  • 8e5fecc88c
    Handle more playlist errors with -i pukkandan 2021-09-04 03:07:27 +05:30
  • 165efb823b
    [ModifyChapters] fixes (See desc) * [docs] Fix typo * Do not enable sponskrub by default * Fix --force-keyframes-at-cuts * Don't embed subtitles if the video has been cut. Previously, running --remove-chapters with --embed-subs multiple times caused repeated cuts and out-of-sync subtitles * Store _real_duration to prevent running ffprobe multiple times pukkandan 2021-09-04 01:37:41 +05:30
  • dd594deb2a
    Fix --no-get-comments Closes #882 pukkandan 2021-09-04 01:18:56 +05:30
  • 409e18286e
    Fix extra_info being reused across runs 58adec46773ee95be356daf88da7ac8a0ff1e703 was supposed to solve this, but ended up being an incomplete fix Closes #727 pukkandan 2021-09-03 22:48:42 +05:30
  • 8113999995
    Fix --compat-option playlist-index pukkandan 2021-09-03 06:34:55 +05:30
  • 8026e50152
    [version] update :ci skip all pukkandan 2021-09-02 05:33:38 +05:30
  • 9ee4f0bb5b
    Release 2021.09.02 2021.09.02 pukkandan 2021-09-02 04:39:47 +05:30
  • be4d9f4cd9
    Partially revert "[build] Add homebrew taps (#827)" pukkandan 2021-09-02 04:38:02 +05:30
  • 087f09d7f4 Release 2021.09.01 and some minor documentation fixes 2021.09.01 pukkandan 2021-09-02 04:07:14 +05:30