Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 'ytdl-org/youtube-dl/master' release 2020.11.19 | pukkandan | 2020-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge branch 'ext/remuxe-video' of ↵ | Tom-Oliver Heidel | 2020-09-16 | 2 | -0/+3 |
|\ | | | | | | | https://github.com/Zocker1999NET/youtube-dl into Zocker1999NET-ext/remuxe-video | ||||
| * | Added --remux-video option | Felix Stupp | 2020-05-16 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | Fixes #6996 - Supported formats declared: mp4, mkv - Added FFmpegVideoRemuxerPP as postprocessor - Added option to README and shell-completion scripts | ||||
* | | flake8 hotfix | Unknown | 2020-09-03 | 2 | -13/+13 |
| | | |||||
* | | [skip travis] minor fixes | Unknown | 2020-09-02 | 1 | -2/+2 |
| | | |||||
* | | [skip travis] tweaks | Unknown | 2020-09-02 | 1 | -2/+2 |
| | | |||||
* | | [skip travis] renaming | Unknown | 2020-09-02 | 20 | -65/+65 |
|/ | | | to avoid using same folder when using pip install for example | ||||
* | [devscripts/create-github-release] Remove unused import | nmeum | 2020-01-06 | 1 | -1/+0 |
| | |||||
* | [devscripts/create-github-release] Switch to using PAT for authentication | Sergey M․ | 2020-01-01 | 1 | -13/+4 |
| | | | | Basic authentication will be deprecated soon | ||||
* | Fix W504 and disable W503 (closes #20863) | Sergey M․ | 2019-05-11 | 1 | -4/+4 |
| | |||||
* | Issue template overhaul | Sergey M․ | 2019-04-27 | 1 | -2/+2 |
| | |||||
* | Start moving to ytdl-org | Sergey M․ | 2019-03-11 | 5 | -7/+7 |
| | |||||
* | [devscripts/update-copyright] Update copyright year | Sergey M․ | 2018-06-04 | 1 | -1/+1 |
| | |||||
* | [devscripts/gh-pages/generate-download.py] Use program checksum from ↵ | Sergey M․ | 2018-04-25 | 1 | -12/+7 |
| | | | | versions.json | ||||
* | [travis] Add Jython build | Sergey M․ | 2018-01-02 | 1 | -0/+5 |
| | |||||
* | [Makefile,devscripts/run_tests.sh] Actually exclude network tests | Yen Chi Hsuan | 2017-11-27 | 1 | -1/+2 |
| | | | | Closes #14858 | ||||
* | [devscripts/check-porn] Fix gettestcases import | Kareem Moussa | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | [devscripts/prepare_manpage] Fix deprecated escape sequence on py36 | Yen Chi Hsuan | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | [devscripts/make_lazy_extractors] Fix making lazy extractors on python 3 ↵ | Sergey M․ | 2017-02-24 | 1 | -1/+2 |
| | | | | under Windows | ||||
* | [devscripts/run_tests] Exclude youtube lists tests from core build | Sergey M․ | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | [travis] Run tests in parallel | Yen Chi Hsuan | 2017-02-19 | 1 | -1/+3 |
| | | | | | | | | | | | | [test_download] Print test names in case of network errors [test_download] Add comments for nose parameters [test_download] Modify outtmpl to prevent info JSON filename conflicts Thanks @jaimeMF for the idea. [travis] Only download tests should be run in parallel | ||||
* | [devscripts/run_tests.sh] Change permission for script to 755 | Anisse Astier | 2017-02-16 | 1 | -0/+0 |
| | |||||
* | [travis] Separate builds for core and download | Sergey M․ | 2017-02-13 | 1 | -0/+19 |
| | |||||
* | [devscripts/buildserver] Remove unreachable except block | Chris Gavin | 2016-12-31 | 1 | -2/+0 |
| | |||||
* | [devscripts/create-github-release] Fill release body from ChangeLog (closes ↵ | Sergey M․ | 2016-11-18 | 2 | -5/+14 |
| | | | | #11094) | ||||
* | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | 2016-11-17 | 9 | -0/+9 |
| | | | | | | | | | | In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | ||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | [devscripts/release.sh] Add missing fi | Sergey M․ | 2016-09-11 | 1 | -1/+1 |
| | |||||
* | [devscripts/release.sh] Add ChangeLog reminder prompt | Sergey M․ | 2016-09-11 | 1 | -0/+3 |
| | |||||
* | [devscripts/prepare_manpage] Fix description strings starting with dash ↵ | Sergey M․ | 2016-08-09 | 1 | -11/+15 |
| | | | | (Closes #10273) | ||||
* | Add ChangeLog | Yen Chi Hsuan | 2016-07-30 | 1 | -1/+4 |
| | |||||
* | [devscripts/show-downloads-statistics] Add support for paging | Sergey M․ | 2016-07-27 | 1 | -16/+22 |
| | |||||
* | [travis] Skip downloading srelay | Yen Chi Hsuan | 2016-07-13 | 1 | -8/+0 |
| | | | | | | SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425) | ||||
* | [devscripts/generate-download] Remove MD5 and SHA1 | Philipp Hagemeister | 2016-07-12 | 1 | -4/+0 |
| | |||||
* | [devscripts/show-downloads-statictics] Add script for displaying downloads ↵ | Sergey M․ | 2016-07-03 | 1 | -0/+41 |
| | | | | statistics | ||||
* | lazy-extractors: Fix after commit 6e6b9f600f2f447604f6108fb6486b73cc25def1 | Jaime Marquínez Ferrándiz | 2016-06-22 | 1 | -6/+41 |
| | | | | | | | | | | | | | | | | | | The problem was in the following code: class ArteTVPlus7IE(ArteTVBaseIE): ... @classmethod def suitable(cls, url): return False if ArteTVPlaylistIE.suitable(url) else super(ArteTVPlus7IE, cls).suitable(url) And its sublcasses like ArteTVCinemaIE. Since in the lazy_extractors.py file ArteTVCinemaIE was not a subclass of ArteTVPlus7IE, super(ArteTVPlus7IE, cls) failed. To fix it we have to make it a subclass. Since the order of _ALL_CLASSES is arbitrary we must sort them so that the base classes are defined first. We also must add base classes like YoutubeBaseInfoExtractor. | ||||
* | [devscripts/release.sh] Add flag for gpg-sign commits | Sergey M․ | 2016-06-14 | 1 | -2/+7 |
| | |||||
* | [devscripts/create-github-release] Make full published releases by default | Sergey M․ | 2016-06-06 | 1 | -3/+2 |
| | |||||
* | [devscripts/release.sh] Release to GitHub | Sergey M․ | 2016-06-05 | 1 | -4/+3 |
| | |||||
* | [devscripts/create-github-release] Add script for releasing on GitHub | Sergey M․ | 2016-06-05 | 1 | -0/+112 |
| | | | | Yet only Basic authentication is supported either via .netrc or by manual input | ||||
* | [devscripts/buildserver] Use compat_input from compat | Sergey M․ | 2016-06-05 | 1 | -5/+1 |
| | |||||
* | disable uploading to yt-dl.org for now | Philipp Hagemeister | 2016-06-04 | 1 | -2/+4 |
| | |||||
* | [devscripts/buildserver] Listen on all interfaces | Sergey M․ | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | [devscripts/release.sh] Allow passing buildserver address as cli option | Sergey M․ | 2016-05-29 | 1 | -5/+23 |
| | |||||
* | [devscripts/release.sh] Check for wheel | Sergey M․ | 2016-05-29 | 1 | -1/+2 |
| | |||||
* | [devscripts/buildserver] Check Wow6432Node first when searching for python | Sergey M․ | 2016-05-29 | 1 | -7/+16 |
| | | | | This allows building releases from 64bit OS | ||||
* | [devscripts/prepare_manpage] Fix manpage generation on Windows | Sergey M․ | 2016-05-29 | 1 | -25/+36 |
| | |||||
* | [buildserver] Fix buildserver and make python2 compatible | Sergey M․ | 2016-05-29 | 1 | -19/+43 |
| | |||||
* | release.sh: also check for python3 rsa module | Philipp Hagemeister | 2016-05-21 | 1 | -1/+2 |
| | |||||
* | release: check for pandoc | Philipp Hagemeister | 2016-05-21 | 1 | -0/+1 |
| | | | | | Abort releaseing if pandoc is missing. (pandoc was not included in my essential app database, and thus missing on my new machine.) |