Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve output template (see desc) | pukkandan | 2021-04-22 | 1 | -0/+9 | |
| | | | | | | * Objects can be traversed like `%(field.key1.key2)s` * A number can be added to the field as `%(field+n)s` * Deprecates `--autonumber-start` | |||||
* | [MetadataFromField] Improve regex and add tests | pukkandan | 2021-04-21 | 1 | -0/+9 | |
| | ||||||
* | Improve --sub-langs (see desc) | pukkandan | 2021-04-20 | 1 | -0/+20 | |
| | | | | | | | | * Treat `--sub-langs` entries as regex * `all` can be used to refer to all the subtitles * the language code can be prefixed with `-` to exclude it * Deprecates `--all-subs` Closes #253 | |||||
* | Fix some linter and typos | pukkandan | 2021-04-16 | 1 | -1/+1 | |
| | ||||||
* | [utils] Add `datetime_from_str` to parse relative time (#221) | colethedj | 2021-04-07 | 1 | -2/+13 | |
| | | | | | | and `datetime_add_months` to accurately add/subtract months Authored by: colethedj | |||||
* | Ability to set a specific field in the file's metadata | pukkandan | 2021-04-03 | 1 | -2/+2 | |
| | | | | | Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"` sets the "comment" field using `description` | |||||
* | [youtube] Fix history, trending and mix playlists (#136) | pukkandan | 2021-03-04 | 1 | -1/+0 | |
| | | | | Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Matthew <colethedj@protonmail.com> | |||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 29 | -77/+77 | |
| | | | | | | | | | * 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 | |||||
* | Better support HLS media discontinuity and fully support media ↵ | shirt-dev | 2021-02-24 | 8 | -378/+243 | |
| | | | | | | | initialization (#105) * Added options: `--hls-split-discontinuity` and `--no-hls-split-discontinuity` Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | Update to ytdl-commit-cf2dbec | pukkandan | 2021-02-20 | 1 | -5/+14 | |
| | | | | | | | https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d Except: [kakao] improve info extraction and detect geo restriction https://github.com/ytdl-org/youtube-dl/commit/d8085580f63ad3b146a31712ff76cf41d5a4558a | |||||
* | Update to ytdl-2021.02.10 | pukkandan | 2021-02-11 | 1 | -21/+10 | |
| | | | | Except: [archiveorg] Fix and improve extraction (5fc53690cbe6abb11941a3f4846b566a7472753e) | |||||
* | #64 Implement self updater | shirt-dev | 2021-02-09 | 1 | -0/+0 | |
| | | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [youtube] Update to ytdl-2021.02.04.1 | pukkandan | 2021-02-04 | 2 | -280/+1 | |
| | ||||||
* | Refactor `update-version`, `pyinst.py` and related files | pukkandan | 2021-01-29 | 1 | -2/+0 | |
| | | | | | | | | | * 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 | |||||
* | Add option `--parse-metadata` | pukkandan | 2021-01-26 | 1 | -2/+8 | |
| | | | | | | | * The fields extracted by this can be used in `--output` * Deprecated `--metadata-from-title` :ci skip dl | |||||
* | Update to ytdl-2021.01.24.1 | Remita Amine | 2021-01-24 | 1 | -4/+11 | |
| | ||||||
* | [tests] Fix test_post_hooks | pukkandan | 2021-01-21 | 1 | -3/+3 | |
| | | | | :skip ci all | |||||
* | Added `--force-overwrites` option ↵ | alxnull | 2021-01-13 | 2 | -1/+53 | |
| | | | | | | (https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull | |||||
* | Enable test_youtube_search_matching | pukkandan | 2021-01-10 | 1 | -3/+3 | |
| | | | | I forgot to enable this when the search url extractor was reinstated | |||||
* | Add post_hooks option to YoutubeDL.py ↵ | Alex Merkel | 2021-01-09 | 1 | -0/+68 | |
| | | | | | | (https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel | |||||
* | Update to ytdl-2021.01.08 | pukkandan | 2021-01-08 | 2 | -2/+15 | |
| | ||||||
* | Fix/disable tests | pukkandan | 2021-01-07 | 2 | -9/+12 | |
| | | | | | The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created | |||||
* | Update to ytdl-2021.01.03 | pukkandan | 2021-01-05 | 3 | -3/+69 | |
| | ||||||
* | Add --force-download-archive by by h-h-h-h | pukkandan | 2020-12-13 | 1 | -0/+1 | |
| | | | | Authored-by: h-h-h-h | |||||
* | Add --write-*-link by h-h-h-h | pukkandan | 2020-12-13 | 4 | -0/+59 | |
| | | | | Authored-by: h-h-h-h | |||||
* | Update youtube extractor to 2020.11.24 | pukkandan | 2020-11-24 | 1 | -3/+4 | |
| | ||||||
* | Updated to release 2020.11.21.1 | pukkandan | 2020-11-22 | 2 | -1/+71 | |
| | ||||||
* | Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ↵ | pukkandan | 2020-11-22 | 1 | -1/+4 | |
| | | | | ytrec) and SearchURL | |||||
* | Merge 'ytdl-org/youtube-dl/master' release 2020.11.19 | pukkandan | 2020-11-20 | 2 | -14/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | COMPLAINFREE | Unknown | 2020-10-24 | 1 | -2/+1 | |
| | ||||||
* | add pyinst to test exceptions | Unknown | 2020-09-23 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'ytdl-org-master' | Unknown | 2020-09-12 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'master' of https://github.com/zubearc/youtube-dl into zubearc | Tom-Oliver Heidel | 2020-09-06 | 1 | -5/+11 | |
|\ | ||||||
| * | [test/youtube] update subtitle tests | zubearc | 2020-09-05 | 1 | -5/+11 | |
| | | ||||||
* | | rot47 capital letters. | Unknown | 2020-09-02 | 1 | -1/+1 | |
| | | ||||||
* | | renaming issues resolved | Unknown | 2020-09-02 | 1 | -2/+2 | |
| | | ||||||
* | | [skip travis] renaming | Unknown | 2020-09-02 | 28 | -74/+74 | |
|/ | | | to avoid using same folder when using pip install for example | |||||
* | [youtube] Extract chapters from JSON (closes #24819) | Sergey M․ | 2020-06-06 | 1 | -1/+1 | |
| | ||||||
* | [utils] Improve cookie files support | Sergey M․ | 2020-05-05 | 2 | -0/+16 | |
| | | | | | + Add support for UTF-8 in cookie files * Skip malformed cookie file entries instead of crashing (invalid entry len, invalid expires at) | |||||
* | [youtube] Improve player id extraction and add tests | Sergey M․ | 2020-05-02 | 1 | -0/+22 | |
| | ||||||
* | Revert "[utils] Add support for cookies with spaces used instead of tabs" | Sergey M․ | 2020-03-10 | 2 | -14/+5 | |
| | | | | | | | | | | 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. | |||||
* | [utils] Add support for cookies with spaces used instead of tabs | Sergey M․ | 2020-03-08 | 2 | -5/+14 | |
| | ||||||
* | [test_subtitles] Remove obsolete test | Sergey M․ | 2020-02-29 | 1 | -13/+0 | |
| | ||||||
* | [test_YoutubeDL] Add tests for #10591 (closes #23873) | Sergey M․ | 2020-02-15 | 1 | -2/+21 | |
| | ||||||
* | [test_YoutubeDL] Fix get_ids | Sergey M․ | 2020-02-15 | 1 | -2/+3 | |
| | ||||||
* | [utils] Improve str_to_int | Sergey M․ | 2019-12-15 | 1 | -0/+5 | |
| | ||||||
* | [utils] handle int values passed to str_to_int | Remita Amine | 2019-11-29 | 1 | -0/+1 | |
| | ||||||
* | [utils] Add generic caesar cipher and rot47 | Sergey M․ | 2019-11-27 | 1 | -0/+16 | |
| | ||||||
* | [utils] Handle rd-suffixed day parts in unified_strdate (#23199) | InfernalUnderling | 2019-11-27 | 1 | -0/+2 | |
| | ||||||
* | [yahoo] restore support for cbs suffixed URLs | Remita Amine | 2019-10-31 | 1 | -6/+0 | |
| |