aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [documentation] Add deprecated options and aliases in readmepukkandan2021-03-181-2/+2
|
* [formatSort] Fix `quality` being ignoredpukkandan2021-03-151-3/+3
| | | | Closes #172
* Update to ytdl-commit-3be0980pukkandan2021-03-151-1/+2
| | | | https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
* [Youtube] Rewrite comment extraction (#167)Matthew2021-03-151-0/+7
| | | | | | | | | Closes #121 TODO: * Add an option for the user to specify newest/popular and max number of comments * Refactor the download code and generalize with TabIE * Parse time_text to timestamp
* Fix some videos downloading with m3u8 extensionpukkandan2021-03-071-4/+7
|
* Fix HLS playlist downloading (#127)shirt-dev2021-03-011-5/+8
| | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* Release 2021.03.01pukkandan2021-03-011-1/+1
|
* Extract comments only when needed #95 (Closes #94)pukkandan2021-02-281-0/+8
|
* Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan2021-02-271-0/+8
| | | | | | | | | | | | | | * Also fix documentation of `sleep_interval_subtitles` Related issues: https://github.com/blackjack4494/yt-dlc/issues/158 https://github.com/blackjack4494/youtube-dlc/issues/195 https://github.com/ytdl-org/youtube-dl/pull/28270 https://github.com/ytdl-org/youtube-dl/pull/28144 https://github.com/ytdl-org/youtube-dl/issues/27767 https://github.com/ytdl-org/youtube-dl/issues/23638 https://github.com/ytdl-org/youtube-dl/issues/26287 https://github.com/ytdl-org/youtube-dl/issues/26319
* Fix bug with m3u8 format extractionpukkandan2021-02-261-2/+4
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+3345
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan