Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Add a function to sanitize consecutive slashes in URLs | Yen Chi Hsuan | 2015-03-06 | 3 | -5/+34 |
| | |||||
* | [sohu] Correct wrong imports | Yen Chi Hsuan | 2015-03-06 | 1 | -2/+4 |
| | |||||
* | [sohu] Fix info extractor and add tests | Yen Chi Hsuan | 2015-03-06 | 1 | -8/+38 |
| | |||||
* | [extremetube] Fix extraction (Closes #5127) | Naglis Jonaitis | 2015-03-05 | 1 | -11/+19 |
| | |||||
* | [playwire] Add extractor | Sergey M․ | 2015-03-05 | 2 | -0/+79 |
| | |||||
* | [downloader/http] Add missing fields for _hook_progress call | Jaime Marquínez Ferrándiz | 2015-03-04 | 1 | -0/+2 |
| | | | | | | It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded. (Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779) | ||||
* | [downloader/http] Remove wrong '_hook_progress' call (fixes #5117) | Jaime Marquínez Ferrándiz | 2015-03-03 | 1 | -6/+0 |
| | |||||
* | [lrt] Pass --realtime to rtmpdump | Naglis Jonaitis | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | [tvplay] Adapt _VALID_URL and test case to domain name change | Naglis Jonaitis | 2015-03-03 | 1 | -1/+2 |
| | |||||
* | [youporn] Imrove JSON regex and preserve the old one | Sergey M․ | 2015-03-03 | 1 | -1/+2 |
| | |||||
* | Merge pull request #5115 from chaos33/youporn-json | Sergey M. | 2015-03-03 | 1 | -1/+1 |
|\ | | | | | fix youporn extractor's json search regex | ||||
| * | fix youporn extractor's json search regex | chaos33 | 2015-03-03 | 1 | -1/+1 |
| | | |||||
* | | release 2015.03.03.1 | Philipp Hagemeister | 2015-03-03 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'cn-verification-proxy' | Philipp Hagemeister | 2015-03-03 | 5 | -11/+59 |
|\ \ | |||||
| * | | [utils] Correct per-request proxy handling | Philipp Hagemeister | 2015-03-03 | 3 | -11/+17 |
| | | | |||||
| * | | [letv] Add --cn-verification-proxy (Closes #5077) | Philipp Hagemeister | 2015-03-03 | 5 | -7/+49 |
| | | | |||||
* | | | Make sure netrc works for all extractors with login support | Philipp Hagemeister | 2015-03-03 | 6 | -0/+31 |
| | | | | | | | | | | | | Fixes #5112 | ||||
* | | | release 2015.03.03 | Philipp Hagemeister | 2015-03-03 | 2 | -294/+119 |
|/ / | |||||
* | | [utils] Streap leading dots | Philipp Hagemeister | 2015-03-02 | 2 | -0/+4 |
| | | | | | | | | Fixes #2865, closes #5087 | ||||
* | | [generic] Parse RSS enclosure URLs (Fixes #5091) | Philipp Hagemeister | 2015-03-02 | 1 | -5/+29 |
| | | |||||
* | | [downloader/external] Add support for custom options (Fixes #4885, closes #5098) | Philipp Hagemeister | 2015-03-02 | 5 | -6/+26 |
| | | |||||
* | | [soundcloud] Fix glitches (#5101) | Sergey M․ | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | [soundcloud] Check direct links validity (Closes #5101) | Sergey M․ | 2015-03-02 | 1 | -2/+3 |
| | | |||||
* | | [extractor/common] Assume non HTTP(S) URLs valid | Sergey M․ | 2015-03-02 | 1 | -0/+4 |
| | | |||||
* | | [lynda] Completely skip videos we don't have access to, extract base class ↵ | Sergey M․ | 2015-03-02 | 1 | -68/+81 |
| | | | | | | | | and modernize (Closes #5093) | ||||
* | | Merge pull request #5105 from Ftornik/Lynda-subtitle-hotfix-2 | Sergey M. | 2015-03-02 | 1 | -2/+5 |
|\ \ | | | | | | | [lynda] Check for the empty subtitles | ||||
| * | | [lynda] Check for the empty subtitle | Sergey | 2015-03-02 | 1 | -2/+5 |
|/ / | |||||
* | | [vk] Fix test (Closes #5100) | Sergey M․ | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | [vk] Fix extraction (Closes #4967, closes #4686) | Sergey M․ | 2015-03-01 | 1 | -1/+1 |
| | | |||||
* | | [vk] Catch temporarily unavailable video error message | Sergey M․ | 2015-03-01 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-03-01 | 1 | -2/+7 |
|\ \ | |||||
| * | | --load-info: Use the fileinput module | Jaime Marquínez Ferrándiz | 2015-03-01 | 1 | -2/+7 |
| | | | | | | | | | | | | It automatically handles the '-' filename as stdin | ||||
* | | | [README] Document HTTP 429 (Closes #5092) | Philipp Hagemeister | 2015-03-01 | 1 | -0/+4 |
|/ / | |||||
* | | Use shutil.get_terminal_size for getting the terminal width if it's ↵ | Jaime Marquínez Ferrándiz | 2015-02-28 | 4 | -21/+34 |
| | | | | | | | | available (python >= 3.3) | ||||
* | | release 2015.02.28 | Philipp Hagemeister | 2015-02-28 | 3 | -2/+7 |
| | | |||||
* | | [thechive] remove in favor of Kaltura (#5072) | Philipp Hagemeister | 2015-02-28 | 2 | -61/+0 |
| | | |||||
* | | [escapist] Extract duration | Philipp Hagemeister | 2015-02-28 | 1 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2015-02-28 | 15 | -38/+450 |
|\ \ | |||||
| * | | [twitch] Pass api_token along with every request (Closes #3986) | Sergey M․ | 2015-02-28 | 1 | -1/+9 |
| | | | |||||
| * | | Merge branch 'HanYOLO-puls4' | Sergey M․ | 2015-02-28 | 0 | -0/+0 |
| |\ \ | |||||
| | * \ | Merge branch 'puls4' of https://github.com/HanYOLO/youtube-dl into HanYOLO-puls4 | Sergey M․ | 2015-02-28 | 2 | -0/+62 |
| | |\ \ | | | |/ | | |/| | |||||
| * | | | [puls4] Improve and extract more metadata | Sergey M․ | 2015-02-28 | 1 | -35/+62 |
| | | | | |||||
| * | | | Merge branch 'puls4' of https://github.com/HanYOLO/youtube-dl | Sergey M․ | 2015-02-28 | 2 | -0/+62 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | puls4 Add new extractor | HanYOLO | 2015-02-27 | 2 | -0/+62 |
| | | | | |||||
| * | | | [oppetarkiv] Merge with svtplay | Sergey M․ | 2015-02-28 | 3 | -75/+34 |
| | | | | |||||
| * | | | Merge branch 'thc202-oppetarkiv' | Sergey M․ | 2015-02-28 | 2 | -0/+67 |
| |\ \ \ | |||||
| | * | | | [oppetarkiv] Extract f4m formats and age limit | Sergey M․ | 2015-02-28 | 1 | -4/+14 |
| | | | | | |||||
| | * | | | Merge branch 'oppetarkiv' of https://github.com/thc202/youtube-dl into ↵ | Sergey M․ | 2015-02-28 | 2 | -0/+57 |
| |/| | | | | | | | | | | | | | | | | | | thc202-oppetarkiv | ||||
| | * | | | [oppetarkiv] Add new extractor | thc202 | 2015-02-27 | 2 | -0/+57 |
| | | |/ | | |/| | | | | | | | | | | | | | Some, if not all, of the videos appear to be geo-blocked (Sweden). Test might fail (403 Forbidden) if not run through a Swedish connection. | ||||
| * | | | Add postprocessor for converting subtitles (closes #4954) | Jaime Marquínez Ferrándiz | 2015-02-28 | 4 | -0/+52 |
| | | | |