Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-04 | [youtube] Update to ytdl-2021.02.04.1 | pukkandan | |
2021-01-29 | Refactor `update-version`, `pyinst.py` and related files | pukkandan | |
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files | |||
2021-01-26 | Add option `--parse-metadata` | pukkandan | |
* The fields extracted by this can be used in `--output` * Deprecated `--metadata-from-title` :ci skip dl | |||
2021-01-24 | Update to ytdl-2021.01.24.1 | Remita Amine | |
2021-01-21 | [tests] Fix test_post_hooks | pukkandan | |
:skip ci all | |||
2021-01-13 | Added `--force-overwrites` option ↵ | alxnull | |
(https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull | |||
2021-01-10 | Enable test_youtube_search_matching | pukkandan | |
I forgot to enable this when the search url extractor was reinstated | |||
2021-01-09 | Add post_hooks option to YoutubeDL.py ↵ | Alex Merkel | |
(https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel | |||
2021-01-08 | Update to ytdl-2021.01.08 | pukkandan | |
2021-01-07 | Fix/disable tests2021.01.07 | pukkandan | |
The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created | |||
2021-01-05 | Update to ytdl-2021.01.03 | pukkandan | |
2020-12-13 | Add --force-download-archive by by h-h-h-h | pukkandan | |
Authored-by: h-h-h-h | |||
2020-12-13 | Add --write-*-link by h-h-h-h | pukkandan | |
Authored-by: h-h-h-h | |||
2020-11-24 | Update youtube extractor to 2020.11.24 | pukkandan | |
2020-11-22 | Updated to release 2020.11.21.1 | pukkandan | |
2020-11-22 | Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ↵ | pukkandan | |
ytrec) and SearchURL | |||
2020-11-20 | Merge 'ytdl-org/youtube-dl/master' release 2020.11.19 | pukkandan | |
Old Extractors left behind: VLivePlaylistIE YoutubeSearchURLIE YoutubeShowIE YoutubeFavouritesIE If removing old extractors, make corresponding changes in docs/supportedsites.md youtube_dlc/extractor/extractors.py Not merged: .github/ISSUE_TEMPLATE/1_broken_site.md .github/ISSUE_TEMPLATE/2_site_support_request.md .github/ISSUE_TEMPLATE/3_site_feature_request.md .github/ISSUE_TEMPLATE/4_bug_report.md .github/ISSUE_TEMPLATE/5_feature_request.md test/test_all_urls.py youtube_dlc/version.py Changelog | |||
2020-10-24 | COMPLAINFREE | Unknown | |
2020-09-23 | add pyinst to test exceptions | Unknown | |
2020-09-12 | Merge branch 'ytdl-org-master' | Unknown | |
2020-09-06 | Merge branch 'master' of https://github.com/zubearc/youtube-dl into zubearc | Tom-Oliver Heidel | |
2020-09-05 | [test/youtube] update subtitle tests | zubearc | |
2020-09-02 | rot47 capital letters. | Unknown | |
2020-09-02 | renaming issues resolved | Unknown | |
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2020-06-06 | [youtube] Extract chapters from JSON (closes #24819) | Sergey M․ | |
2020-05-05 | [utils] Improve cookie files support | Sergey M․ | |
+ Add support for UTF-8 in cookie files * Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at) | |||
2020-05-02 | [youtube] Improve player id extraction and add tests | Sergey M․ | |
2020-03-10 | Revert "[utils] Add support for cookies with spaces used instead of tabs" | Sergey M․ | |
According to [1] TABs must be used as separators between fields. Files produces by some tools with spaces as separators are considered malformed. 1. https://curl.haxx.se/docs/http-cookies.html This reverts commit cff99c91d150df2a4e21962a3ca8d4ae94533b8c. | |||
2020-03-08 | [utils] Add support for cookies with spaces used instead of tabs | Sergey M․ | |
2020-02-29 | [test_subtitles] Remove obsolete test | Sergey M․ | |
2020-02-15 | [test_YoutubeDL] Add tests for #10591 (closes #23873) | Sergey M․ | |
2020-02-15 | [test_YoutubeDL] Fix get_ids | Sergey M․ | |
2019-12-15 | [utils] Improve str_to_int | Sergey M․ | |
2019-11-29 | [utils] handle int values passed to str_to_int | Remita Amine | |
2019-11-27 | [utils] Add generic caesar cipher and rot47 | Sergey M․ | |
2019-11-27 | [utils] Handle rd-suffixed day parts in unified_strdate (#23199) | InfernalUnderling | |
2019-10-31 | [yahoo] restore support for cbs suffixed URLs | Remita Amine | |
2019-10-18 | [utils] Improve subtitles_filename (closes #22753) | Sergey M․ | |
2019-06-14 | [utils] Restrict parse_codecs and add theora as known vcodec (#21381) | Sergey M․ | |
2019-05-24 | [utils] Improve strip_or_none | Sergey M․ | |
2019-05-11 | Fix W504 and disable W503 (closes #20863) | Sergey M․ | |
2019-05-11 | [utils] Transliterate "þ" as "th" (#20897) | Jakub Wilk | |
Despite visual similarity "þ" is unrelated to "p". It is normally transliterated as "th": $ echo þ-Þ | iconv -t ASCII//TRANSLIT th-TH | |||
2019-03-23 | [utils] Improve int_or_none and float_or_none (#20403) | Sergey M․ | |
2019-03-17 | [extractor/common] Improve HTML5 entries extraction and add some realworld tests | Sergey M․ | |
2019-03-17 | [utils] Introduce parse_bitrate | Sergey M․ | |
2019-03-15 | [test_InfoExtractor] Add test for #20346 | Sergey M․ | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2019-03-06 | [test] Fix test_compat_etree_Element | Sergey M․ | |
2019-03-06 | [compat] Introduce compat_etree_Element | Sergey M․ | |