Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-25 | [cleanup] Consistent style for file heads | pukkandan | |
2022-04-12 | [cleanup] Sort imports | pukkandan | |
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | |||
2022-04-12 | [cleanup] Upgrade syntax | pukkandan | |
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | |||
2021-11-19 | [tests] Fix tests | pukkandan | |
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-04-22 | Update to ytdl-commit-7e8b3f9 | pukkandan | |
[youtube] Remove unused code https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438 | |||
2021-03-04 | [youtube] Fix history, trending and mix playlists (#136) | pukkandan | |
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Matthew <colethedj@protonmail.com> | |||
2021-02-25 | Completely change project name to yt-dlp (#85) | Pccode66 | |
* 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 | |||
2021-01-10 | Enable test_youtube_search_matching | pukkandan | |
I forgot to enable this when the search url extractor was reinstated | |||
2021-01-05 | Update to ytdl-2021.01.03 | pukkandan | |
2020-11-24 | Update youtube extractor to 2020.11.24 | 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-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2019-10-31 | [yahoo] restore support for cbs suffixed URLs | Remita Amine | |
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2016-07-26 | [test/test_all_urls] Remove *.cc.com tests | Yen Chi Hsuan | |
2016-06-27 | [test_all_urls] PEP 8 and change wording | Sergey M․ | |
2016-06-27 | New test-case: extractor names are supposed to be unique | Matthieu Muffato | |
@dstftw explained in https://github.com/rg3/youtube-dl/pull/9918#issuecomment-228625878 that extractor names are supposed to be unique. @dstftw has fixed the two offending extractors, and here I add a test to ensure this does not happen in the future. | |||
2016-01-29 | [youtube:user] Require 'https?://' in the url (fixes #8356) | Jaime Marquínez Ferrándiz | |
It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing. | |||
2015-12-08 | [test/test_all_urls] Update pbs extractor name | Jaime Marquínez Ferrándiz | |
It's in lowercase now (since e15e2ef7a00362fc1e89d9959241efad46325c54). | |||
2015-09-21 | [youtube:history] Enable exractor | Sergey M․ | |
2015-09-20 | [youtube:history] Explain why it has disabled and skip test | Jaime Marquínez Ferrándiz | |
2015-03-26 | [youtube:watchlater] Remove unused properties and fix tests | Jaime Marquínez Ferrándiz | |
2015-03-12 | [vimeo] Use https for all vimeo.com urls | Jaime Marquínez Ferrándiz | |
Unfortunately vimeopro.com doesn't support it yet. | |||
2015-01-22 | [twitch] Move URL matching tests into extractor | Philipp Hagemeister | |
2015-01-22 | [comedycentral:shows] Remove references to colbert report | Philipp Hagemeister | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-10-19 | [twitch] Update tests | Sergey M | |
2014-09-01 | [comedycentral] Move tests to the extractor itself | Philipp Hagemeister | |
2014-08-27 | Improve test_all_urls output | Philipp Hagemeister | |
2014-08-10 | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | |
2014-07-23 | Remove unused imports | Philipp Hagemeister | |
2014-07-01 | [youtube:truncated_url] Move test to extractor | Philipp Hagemeister | |
2014-04-19 | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | |
2014-04-19 | [test_all_urls] Simplify | Philipp Hagemeister | |
2014-04-13 | [aol] Add support for playlists (Fixes #2730) | Philipp Hagemeister | |
2014-04-11 | [youtube] Add support for cleanvideosearch.com (Fixes #2734) | Philipp Hagemeister | |
2014-04-11 | [comedycentral:shows] Add support for TDS special editions (Fixes #2733) | Philipp Hagemeister | |
2014-04-11 | [ninegag] Add support for p/ URLs | Philipp Hagemeister | |
2014-04-09 | [comedycentral] Match more URLs | Philipp Hagemeister | |
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well. | |||
2014-04-04 | [yahoo] Support https and -uploader URLs (Fixes #2701) | Philipp Hagemeister | |
2014-04-03 | [comedycentral] Add test for #2677 | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Allow URLs with query parts (fixes #2661) | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Add support for /videos URLs (Fixes #2660) | Philipp Hagemeister | |
2014-03-27 | [comedycentral] Add a testcase for extended-interviews URLs (#2636) | Philipp Hagemeister | |
2014-03-21 | [pbs] Add support for widget URLs (Fixes #2594) | Philipp Hagemeister | |
2014-03-17 | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | |
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | |||
2014-03-12 | [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵ | Jaime Marquínez Ferrándiz | |
#2552) |