Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-22 | Fix playlist error handling | pukkandan | |
Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e | |||
2022-06-22 | [build] Fix release tag commit | pukkandan | |
bug in b5899f4f19116bb4d98907413fa3fb84a952ef13 | |||
2022-06-22 | [version] update2022.06.22.1 | github-actions | |
Created by: pukkandan :ci skip all :ci run dl | |||
2022-06-22 | Release 2022.06.22.1 | pukkandan | |
2022-06-22 | [build] Fix updating homebrew formula | pukkandan | |
bug in b5899f4f19116bb4d98907413fa3fb84a952ef13 | |||
2022-06-22 | [version] update | github-actions | |
Created by: pukkandan :ci skip all :ci run dl | |||
2022-06-22 | Release 2022.06.222022.06.22 | pukkandan | |
2022-06-22 | Add deprecation warning for Py3.6 | pukkandan | |
See: https://github.com/yt-dlp/yt-dlp/issues/3764 | |||
2022-06-22 | [cleanup] Misc fixes | pukkandan | |
2022-06-22 | [youtube:clips] Support downloading clips | pukkandan | |
Closes #2543 | |||
2022-06-22 | Allow extractors to specify section_start/end for clips | pukkandan | |
2022-06-21 | [jsinterp] Some optimizations and refactoring | pukkandan | |
Motivated by: https://github.com/ytdl-org/youtube-dl/issues/30641#issuecomment-1041904912 Authored by: dirkf, pukkandan | |||
2022-06-21 | [build] Add Linux standalone builds | pukkandan | |
2022-06-21 | [update] Self-restart after update | pukkandan | |
2022-06-21 | [update] Expose more functionality to API | pukkandan | |
2022-06-21 | [test] Fix `FakeYDL` signatures | pukkandan | |
Authored by: coletdjnz | |||
2022-06-21 | [f4m] Bugfix | pukkandan | |
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 extraction | pukkandan | |
Closes #3123 Authored by: HobbyistDev | |||
2022-06-20 | [utils] `ExtractorError`: Fix `exc_info` | pukkandan | |
2022-06-20 | Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e | pukkandan | |
2022-06-20 | Update to ytdl-commit-8a158a9 | pukkandan | |
[NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063 | |||
2022-06-20 | [cleanup] Misc | pukkandan | |
2022-06-20 | [docs] Improvements | pukkandan | |
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 extraction | pukkandan | |
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-18 | Improve error handling of bad config files | pukkandan | |
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-17 | Add option `--lazy-playlist` to process entries as they are received | pukkandan | |
2022-06-17 | [youtube] Extract `comment_count` from webpage | pukkandan | |
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-17 | Add 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 contextmanager | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597 | |||
2022-06-16 | [extractor] Import `_ALL_CLASSES` lazily | pukkandan | |
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 |