- Dec 23, 2021
-
-
pukkandan authored
Closes #1942 #1976 #2020 #2058 #1984
-
- Nov 29, 2021
-
-
pukkandan authored
Closes #1805, closes #1800
-
- Nov 19, 2021
-
-
nao20010128nao authored
-
- Oct 31, 2021
-
-
pukkandan authored
-
- Sep 15, 2021
-
-
pukkandan authored
Closes #792, #963
-
- Sep 14, 2021
-
-
Ákos Sülyi authored
Authored by: sulyi
-
- Sep 11, 2021
-
-
Ashish Gupta authored
Closes #911 Authored by: Ashish0804
-
- Aug 27, 2021
-
-
Paul Wrubel authored
When using ```py os.remove(encodeFilename(filename)) os.rename(encodeFilename(temp_filename), encodeFilename(filename)) ``` the `os.remove` need not be atomic and so can be executed arbitrarily compared to the immediately following rename call. It is better to use `os.replace` instead Authored by: paulwrubel
-
- Aug 21, 2021
-
-
nao20010128nao authored
-
- Jul 23, 2021
-
-
pukkandan authored
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
-
- Jul 21, 2021
-
-
pukkandan authored
and fix some typos Closes #538
-
- May 28, 2021
-
-
pukkandan authored
Closes #352 The approach in [1] is faulty as can be seen in the test cases 1. https://github.com/ytdl-org/youtube-dl/commit/bff857a8af696e701482208617bf0b7564951326
-
- May 22, 2021
-
-
nao20010128nao authored
-
- Mar 13, 2021
-
-
shirt authored
* Option `--concurrent-fragments` (`-N`) to set the number of threads Related: #165 Known issues: * When receiving Ctrl+C, the process will exit only after finishing the currently downloading fragments * The download progress shows the speed of only one thread Authored by shirt-dev
-
- Mar 02, 2021
-
-
hseg authored
* Autogenerate `AUTHORS` * Fix `setup.py` using wrong completion files * Complete `ChangeLog` -> `Changelog.md` rename * Make `make tar` respect DESTDIR * Remove `bin/` `yt-dlp` and `docs/` from tar and sdist * Make `pypi-files` build all files needed for `python setup.py` * Add `completions` alias * Add `devscripts/` and `supportedsites.md` to pip sdist * Remove `man` target * Remove `README.txt` from sdist * Make `clean` more granular * Move aliases to top Authored by: hseg <gesh@gesh.uni.cx>
-
- Feb 28, 2021
-
-
pukkandan authored
* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used * Don't pass `config_location` to `YoutubeDL` (it is unused) * [bilibiliaudio] Recognize the file as audio-only * Update gitignore * Fix typos
-
- Feb 24, 2021
-
-
Pccode66 authored
* 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
-
- Feb 19, 2021
-
- Feb 12, 2021
-
-
pukkandan authored
:ci skip dl
-
- Feb 09, 2021
-
-
pukkandan authored
-
- Feb 07, 2021
-
-
pukkandan authored
:ci skip dl
-
- Feb 04, 2021
-
-
pukkandan authored
-
- Jan 28, 2021
-
-
pukkandan authored
:ci skip dl
-
- Jan 24, 2021
-
-
pukkandan authored
Extractor plugins are loaded from <root-dir>/ytdlp_plugins/extractor/__init__.py Inspired by https://github.com/un-def/dl-plus :ci skip dl
-
- Jan 20, 2021
-
- Jan 16, 2021
-
-
pukkandan authored
Inspired by https://github.com/ytdl-org/youtube-dl/pull/27592
-
- Jan 07, 2021
-
-
pukkandan authored
-
- Jan 04, 2021
-
-
pukkandan authored
-
- Oct 07, 2020
-
-
Unknown authored
-
- Sep 03, 2020
-
-
Unknown authored
-
- Sep 02, 2020
-
-
Unknown authored
-
- Aug 05, 2018
-
-
Stanny Nuytkens authored
-
- Jun 01, 2018
-
-
Logan Fleur authored
-
- Sep 16, 2017
-
-
Yen Chi Hsuan authored
-
- Apr 25, 2017
-
-
Yen Chi Hsuan authored
-
- Apr 22, 2017
-
-
Sergey M․ authored
* Extract m3u8 parsing to separate method * Improve rendition groups extraction * Build stream name according stream GROUP-ID * Ignore reference to AUDIO group without URI when stream has no CODECS + Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
-
- Nov 27, 2016
-
-
Yen Chi Hsuan authored
Some videos on NicoNico are swf
-
- Nov 21, 2016
-
-
Yen Chi Hsuan authored
ape is another audio codec seen in kuwo. See https://en.wikipedia.org/wiki/Monkey's_Audio
-
- Nov 03, 2016
-
-
Yen Chi Hsuan authored
-
- Sep 26, 2016
-
-
Yen Chi Hsuan authored
-