aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-10Option to choose different downloader for different protocolspukkandan
* Renamed `--external-downloader-args` to `--downloader-args` * Added `native` as an option for the downloader * Use similar syntax to `--downloader-args` etc. Eg: `--downloader dash:native --downloader aria2c` * Deprecated `--hls-prefer-native` and `--hls-prefer-ffmpeg` since the same can now be done with `--downloader "m3u8:native"` and `m3u8:ffmpeg` respectively * Split `frag_urls` protocol into `m3u8_frag_urls` and `dash_frag_urls` * Standardize shortening of protocol names with `downloader.shorten_protocol_name`
2021-04-10Improve argument parsing for `-P`, `-o`, `-S`pukkandan
* `-P "subtitle,thumbnail:PATH"` is now possible. Similarly for `-o` * `-S "fps,br" -S "res,codec"` is now interpreted as `-S res,codec,fps,br`. Previously, `-S fps,br` was ignored in this case.
2021-04-10Format selector `mergeall` to download and merge all formatspukkandan
2021-04-10[youtube] Fix _extract_alertspukkandan
* Sometimes one warning is split between multiple runs * Also simplified code
2021-04-09[nebula] Add extractor (watchnebula.com) (#122)Henrik Heimbuerger
Authored by: hheimbuerger
2021-04-09[NFHSNetwork] Add extractor (#217)LE
Authored by: llacb47
2021-04-08[nitter] Fix extraction of reply tweets (#218)bopol
And update instance list Closes #215 Authored by: B0pol
2021-04-08[bilibili] Fix uploaderpukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/222
2021-04-07[youtube] Extract comments' approximate timestamp (#221)coletdjnz
Authored by: colethedj
2021-04-07[utils] Add `datetime_from_str` to parse relative time (#221)colethedj
and `datetime_add_months` to accurately add/subtract months Authored by: colethedj
2021-04-05[nitter] Fix thumbnails (#216)bopol
Authored by: B0pol
2021-04-05[DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)Ashish
Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2021-04-04Fix some `m3u8` not obeying `--allow-unplayable-formats`pukkandan
2021-04-04[version] updatepukkandan
:ci skip all
2021-04-04Release 2021.04.032021.04.03pukkandan
2021-04-04Update to ytdl-commit-654b4f4pukkandan
[youtube] prioritize information from YoutubeIE for playlist entries https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a
2021-04-03[YouTube] Show premium state in `availability` (#209)Matthew
Authored by colethedj
2021-04-03[documentation] Improve `--parse-metadata` documentationpukkandan
2021-04-03Ability to set a specific field in the file's metadatapukkandan
Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"` sets the "comment" field using `description`
2021-04-03[ViewSource] Add extractor to handle `view-source:`pukkandan
2021-04-03[mildom] Update extractor to comply with current proxy (#212)The Hatsune Daishi
Authored by nao20010128nao
2021-04-03[DiscoveryPlus] Add discoveryplus.in (#203)pukkandan
Closes #201
2021-04-02Ability to select nth best formatpukkandan
Eg: -f `bv*.2` * Also cleaned up the related format selection code
2021-04-01[generic] Detect Invidious' link element (Closes #195)pukkandan
2021-04-01[ard:mediathek] Fix video id extraction (Closes #202)pukkandan
2021-04-01Fix some typos and linterpukkandan
2021-04-01[sponskrub] Run before embedding thumbnailpukkandan
Workaround for https://github.com/faissaloo/SponSkrub/issues/29 Closes https://github.com/yt-dlp/yt-dlp/issues/204
2021-04-01Update to ytdl v2021-04-01pukkandan
https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205
2021-03-28[la7] Add podcasts and podcast playlists (#198)nixxo
Authored by: nixxo
2021-03-25[version] updatepukkandan
2021-03-25Release 2021.03.24.12021.03.24.1pukkandan
2021-03-25Revert commit 8562218pukkandan
[ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly
2021-03-25Release 2021.03.242021.03.24pukkandan
2021-03-25Update to ytdl-commit-8562218pukkandan
[ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
2021-03-25Parse metadata from multiple fieldspukkandan
Closes #196
2021-03-24[linuxacadamy] Fix loginpukkandan
2021-03-24Ability to load playlist infojsonpukkandan
* If `--no-clean-infojson` is given, the video ids are saved/loaded from in the infojson along with their playlist index * If a video entry that was not saved is requested, we fallback to using `webpage_url` to re-extract the entries Related: https://github.com/yt-dlp/yt-dlp/issues/190#issuecomment-804921024
2021-03-24Write current epoch to infojson when using `--no-clean-infojson`pukkandan
Closes #191
2021-03-23[youtube_live_chat] fix bug when trying to set cookiespukkandan
Closes #194
2021-03-23[niconico] Fix for when logged inpukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716 Co-authored by: CXwudi, xtkoba
2021-03-22[version] updatepukkandan
2021-03-22Release 2021.03.21pukkandan
2021-03-22Update to ytdl-commit-7e79ba7pukkandan
https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881 [vimeo:album] Fix extraction for albums with number of videos multiple to page size
2021-03-22[youtube] Show if video is `private`, `unlisted` etc in new field ↵Matthew
`availability` (#188) Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631 Authored by: colethedj, pukkandan
2021-03-21[linuxacadamy] Improve regexpukkandan
TODO: We need to make a more robust standard regex for fetching js objects from html
2021-03-21[nbc] Improve metadata extraction (#187)Two Sheds" Jackson
Authored by: 2ShedsJackson
2021-03-20[amcnetworks] Fix extractor (#179)2ShedsJackson
* Prefer use of manifest based on `releasePid` since the one based on `videoPid` may have Fairplay * Additional thumbnail images were added * Don't add `season_number` and `series` to `title` * `series` is now set to `None` rather than "_" when empty * fix bug with age limit Authored by: 2ShedsJackson
2021-03-20[niconico] Add user extractorpukkandan
Co-authored by: animelover1984
2021-03-20[bilibili] Add anthology supportpukkandan
Closes: #118 Co-authored by: animelover1984
2021-03-20More consistent warning messages (#173)pukkandan
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>