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