aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 2022.06.22.1pukkandan2022-06-221-0/+4
|
* [build] Fix updating homebrew formulapukkandan2022-06-221-2/+2
| | | | bug in b5899f4f19116bb4d98907413fa3fb84a952ef13
* [version] updategithub-actions2022-06-227-16/+16
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.06.22pukkandan2022-06-224-6/+165
|
* Add deprecation warning for Py3.6pukkandan2022-06-222-4/+9
| | | | See: https://github.com/yt-dlp/yt-dlp/issues/3764
* [cleanup] Misc fixespukkandan2022-06-223-4/+4
|
* [youtube:clips] Support downloading clipspukkandan2022-06-222-5/+35
| | | | Closes #2543
* Allow extractors to specify section_start/end for clipspukkandan2022-06-222-5/+17
|
* [jsinterp] Some optimizations and refactoringpukkandan2022-06-211-109/+98
| | | | | | Motivated by: https://github.com/ytdl-org/youtube-dl/issues/30641#issuecomment-1041904912 Authored by: dirkf, pukkandan
* [build] Add Linux standalone buildspukkandan2022-06-214-6/+40
|
* [update] Self-restart after updatepukkandan2022-06-212-16/+34
|
* [update] Expose more functionality to APIpukkandan2022-06-214-124/+164
|
* [test] Fix `FakeYDL` signaturespukkandan2022-06-214-13/+13
| | | | Authored by: coletdjnz
* [f4m] Bugfixpukkandan2022-06-212-2/+11
|
* [extractor/mediaset] Improve `_VALID_URL`pukkandan2022-06-211-2/+5
|
* [extractor/kicker.de] Add extractor (#4073)HobbyistDev2022-06-212-0/+56
| | | | Closes #3670 Authored by: HobbyistDev
* [extractor/BiliIntl] Fix subtitle extractionpukkandan2022-06-201-1/+2
| | | | | | Closes #3123 Authored by: HobbyistDev
* [utils] `ExtractorError`: Fix `exc_info`pukkandan2022-06-201-0/+2
|
* Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1epukkandan2022-06-202-8/+8
|
* Update to ytdl-commit-8a158a9pukkandan2022-06-2012-154/+295
| | | | | | | [NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063
* [cleanup] Miscpukkandan2022-06-209-43/+55
|
* [docs] Improvementspukkandan2022-06-205-63/+145
|
* [DailyWire] Add extractors (#4084)HobbyistDev2022-06-192-0/+120
| | | | Closes #3139 Authored by: HobbyistDev, pukkandan
* [WatchESPN] Support free videos and BAM_DTC (#4118)ischmidt202022-06-191-1/+8
| | | Authored by: ischmidt20
* [extractor/BiliIntl] Fix metadata extractionpukkandan2022-06-204-24/+20
| | | | Closes #4116
* [extractor/foxnews] Update embed extraction (#4043)Elyse2022-06-191-3/+6
| | | | Authored by: elyse0
* [extractor/ixigua] Add Extractor (#3953)HobbyistDev2022-06-182-0/+85
| | | | Closes #2840 Authored by: HobbyistDev
* [extractor/radiofrance] Add more radios (#4065)bubbleguuum2022-06-181-1/+5
| | | | Closes #4087 Authored by: bubbleguuum
* [extractor/dropbox] Extract the correct `mountComponent`pukkandan2022-06-191-2/+2
|
* [extractor] Add `default` parameter to `_search_json` (#4057)coletdev2022-06-182-7/+26
| | | Authored by: pukkandan, coletdjnz
* [extractor/lbry] Update livestream API (#4042)MMM2022-06-181-3/+4
| | | Authored by: flashdagger
* [extractor/substack] Add extractor (#4011)Elyse2022-06-183-1/+135
| | | | Closes #3722 Authored by: elyse0
* [extractor/MirrorCoUK] Add extractor (#3999)Abubukker Chaudhary2022-06-182-0/+99
| | | Authored by: LunarFang416, pukkandan
* [extractor/netverse] Add extractors (#3854)HobbyistDev2022-06-193-3/+186
| | | | Authored by: HobbyistDev, pukkandan
* [exctractor/digitalconcerthall] Fix extractor (#4105)Zhymabek Roman2022-06-181-1/+1
| | | | Authored by: ZhymabekRoman
* [extractor/pornhub] Extract `uploader_id` field (#4104)Lesmiscore2022-06-191-1/+15
| | | Authored by: Lesmiscore
* Improve error handling of bad config filespukkandan2022-06-182-6/+12
| | | | Related: #824
* [cleanup] Deprecate `YoutubeDL.parse_outtmpl`pukkandan2022-06-181-18/+16
|
* [cleanup, utils] Don't use kwargs for `format_field`pukkandan2022-06-1825-32/+32
|
* [cleanup] Minor fixes (#4096)christoph-heinrich2022-06-174-7/+9
| | | Authored by: christoph-heinrich
* Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-176-66/+97
|
* [youtube] Extract `comment_count` from webpagepukkandan2022-06-171-0/+8
| | | | Closes #4091
* [extractor/tiktok] Extract `SIGI_STATE`pukkandan2022-06-171-15/+45
| | | | | | | | Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479 Closes #3551 Authored by dirkf, sulyi, pukkandan
* Add slicing notation to `--playlist-items`pukkandan2022-06-176-176/+307
| | | | | | | | * 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
* [utils] `Popen`: Refactor to use contextmanagerpukkandan2022-06-169-123/+98
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597
* [extractor] Import `_ALL_CLASSES` lazilypukkandan2022-06-166-30/+49
| | | | This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
* [cleanup, extractor] Rename `extractors.py` to `_extractors.py`pukkandan2022-06-162-1/+1
| | | | | This should be considered part of the next commit, but is separated so that `git` can detect the renaming better
* [extractor/GoogleDrive] Add folder extractor (#4009)Evan Spensley2022-06-143-2/+61
| | | | Closes #3388 Authored by: evansp, pukkandan
* [utils] `locked_file`: Fix for PyPy on Windowspukkandan2022-06-133-6/+14
|
* Fix bug in 56ba69e4c991e81a449882258be08d0b6b98c648pukkandan2022-06-131-1/+1
|