aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-22Release 2022.06.22.1pukkandan
2022-06-22[build] Fix updating homebrew formulapukkandan
bug in b5899f4f19116bb4d98907413fa3fb84a952ef13
2022-06-22[version] updategithub-actions
Created by: pukkandan :ci skip all :ci run dl
2022-06-22Release 2022.06.222022.06.22pukkandan
2022-06-22Add deprecation warning for Py3.6pukkandan
See: https://github.com/yt-dlp/yt-dlp/issues/3764
2022-06-22[cleanup] Misc fixespukkandan
2022-06-22[youtube:clips] Support downloading clipspukkandan
Closes #2543
2022-06-22Allow extractors to specify section_start/end for clipspukkandan
2022-06-21[jsinterp] Some optimizations and refactoringpukkandan
Motivated by: https://github.com/ytdl-org/youtube-dl/issues/30641#issuecomment-1041904912 Authored by: dirkf, pukkandan
2022-06-21[build] Add Linux standalone buildspukkandan
2022-06-21[update] Self-restart after updatepukkandan
2022-06-21[update] Expose more functionality to APIpukkandan
2022-06-21[test] Fix `FakeYDL` signaturespukkandan
Authored by: coletdjnz
2022-06-21[f4m] Bugfixpukkandan
2022-06-21[extractor/mediaset] Improve `_VALID_URL`pukkandan
2022-06-21[extractor/kicker.de] Add extractor (#4073)HobbyistDev
Closes #3670 Authored by: HobbyistDev
2022-06-20[extractor/BiliIntl] Fix subtitle extractionpukkandan
Closes #3123 Authored by: HobbyistDev
2022-06-20[utils] `ExtractorError`: Fix `exc_info`pukkandan
2022-06-20Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1epukkandan
2022-06-20Update to ytdl-commit-8a158a9pukkandan
[NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063
2022-06-20[cleanup] Miscpukkandan
2022-06-20[docs] Improvementspukkandan
2022-06-19[DailyWire] Add extractors (#4084)HobbyistDev
Closes #3139 Authored by: HobbyistDev, pukkandan
2022-06-19[WatchESPN] Support free videos and BAM_DTC (#4118)ischmidt20
Authored by: ischmidt20
2022-06-20[extractor/BiliIntl] Fix metadata extractionpukkandan
Closes #4116
2022-06-19[extractor/foxnews] Update embed extraction (#4043)Elyse
Authored by: elyse0
2022-06-18[extractor/ixigua] Add Extractor (#3953)HobbyistDev
Closes #2840 Authored by: HobbyistDev
2022-06-18[extractor/radiofrance] Add more radios (#4065)bubbleguuum
Closes #4087 Authored by: bubbleguuum
2022-06-19[extractor/dropbox] Extract the correct `mountComponent`pukkandan
2022-06-18[extractor] Add `default` parameter to `_search_json` (#4057)coletdev
Authored by: pukkandan, coletdjnz
2022-06-18[extractor/lbry] Update livestream API (#4042)MMM
Authored by: flashdagger
2022-06-18[extractor/substack] Add extractor (#4011)Elyse
Closes #3722 Authored by: elyse0
2022-06-18[extractor/MirrorCoUK] Add extractor (#3999)Abubukker Chaudhary
Authored by: LunarFang416, pukkandan
2022-06-19[extractor/netverse] Add extractors (#3854)HobbyistDev
Authored by: HobbyistDev, pukkandan
2022-06-18[exctractor/digitalconcerthall] Fix extractor (#4105)Zhymabek Roman
Authored by: ZhymabekRoman
2022-06-19[extractor/pornhub] Extract `uploader_id` field (#4104)Lesmiscore
Authored by: Lesmiscore
2022-06-18Improve error handling of bad config filespukkandan
Related: #824
2022-06-18[cleanup] Deprecate `YoutubeDL.parse_outtmpl`pukkandan
2022-06-18[cleanup, utils] Don't use kwargs for `format_field`pukkandan
2022-06-17[cleanup] Minor fixes (#4096)christoph-heinrich
Authored by: christoph-heinrich
2022-06-17Add option `--lazy-playlist` to process entries as they are receivedpukkandan
2022-06-17[youtube] Extract `comment_count` from webpagepukkandan
Closes #4091
2022-06-17[extractor/tiktok] Extract `SIGI_STATE`pukkandan
Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479 Closes #3551 Authored by dirkf, sulyi, pukkandan
2022-06-17Add slicing notation to `--playlist-items`pukkandan
* Adds support for negative indices and step * Add `-I` as alias for `--playlist-index` * Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` Closes #2951, Closes #2853
2022-06-16[utils] `Popen`: Refactor to use contextmanagerpukkandan
Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597
2022-06-16[extractor] Import `_ALL_CLASSES` lazilypukkandan
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
2022-06-16[cleanup, extractor] Rename `extractors.py` to `_extractors.py`pukkandan
This should be considered part of the next commit, but is separated so that `git` can detect the renaming better
2022-06-14[extractor/GoogleDrive] Add folder extractor (#4009)Evan Spensley
Closes #3388 Authored by: evansp, pukkandan
2022-06-13[utils] `locked_file`: Fix for PyPy on Windowspukkandan
2022-06-13Fix bug in 56ba69e4c991e81a449882258be08d0b6b98c648pukkandan