Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [options] Use compat_shlex_split | Sergey M․ | 2015-09-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | [__init__] Use compat_shlex_split | Sergey M․ | 2015-09-05 | 1 | -3/+3 | |
| | | | ||||||
* | | | [test_compat] Add test for compat_shlex_split | Sergey M․ | 2015-09-05 | 1 | -0/+4 | |
| | | | ||||||
* | | | [compat] Add compat shlex.split | Sergey M․ | 2015-09-05 | 1 | -0/+13 | |
| |/ |/| | ||||||
* | | [YoutubeDL] Ensure bool params always present in downloader | Sergey M․ | 2015-09-05 | 1 | -1/+5 | |
| | | ||||||
* | | [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' | Jaime Marquínez Ferrándiz | 2015-09-05 | 1 | -1/+1 | |
| | | | | | | | | 'self.params' is not defined | |||||
* | | [dcn] PEP8 | Yen Chi Hsuan | 2015-09-05 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'ping-vlive' | Yen Chi Hsuan | 2015-09-05 | 2 | -0/+87 | |
|\ \ | ||||||
| * | | [vlive] PEP8 | Yen Chi Hsuan | 2015-09-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'vlive' of https://github.com/ping/youtube-dl into ping-vlive | Yen Chi Hsuan | 2015-09-05 | 2 | -0/+87 | |
|/| | | ||||||
| * | | [vlive] Add info about www. to m. redirects for mobile | ping | 2015-09-01 | 1 | -0/+1 | |
| | | | ||||||
| * | | [vlive] Fixes for review | ping | 2015-08-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | [vlive] Remove upload_date extraction & cleanup | ping | 2015-08-24 | 1 | -16/+7 | |
| | | | ||||||
| * | | [vlive] New extractor for vlive.tv | ping | 2015-08-20 | 2 | -0/+95 | |
| | | | ||||||
* | | | [test_utils] Add tests for cli option converters | Sergey M․ | 2015-09-05 | 1 | -0/+48 | |
| | | | ||||||
* | | | [postprocessor/common] Use generalized cli option converters | Sergey M․ | 2015-09-05 | 1 | -5/+2 | |
| | | | ||||||
* | | | [downloader/external] Use generalized cli option converters | Sergey M․ | 2015-09-05 | 1 | -17/+8 | |
| | | | ||||||
* | | | [utils] Generalize cli option converters | Sergey M․ | 2015-09-05 | 1 | -0/+26 | |
| | | | ||||||
* | | | Merge pull request #6755 from remitamine/external_downloader_options | Sergey M. | 2015-09-05 | 1 | -3/+16 | |
|\ \ \ | | | | | | | | | [downloader/external] Respect --no-check-certificate for curl and aria2c and --proxy for curl | |||||
| * | | | [downloader/external] change _argless_option function to _valueless_option | remitamine | 2015-09-04 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | [downloader/external] add _argless_option for option without arguments | remitamine | 2015-09-04 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | [downloader/external] add _bool_option to pass value to bool option | remitamine | 2015-09-04 | 1 | -1/+9 | |
| | | | | ||||||
| * | | | [downloader/external] Respect --no-check-certificate for curl and aria2c and ↵ | remitamine | 2015-09-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | --proxy for curl | |||||
* | | | | [ruutu] Update test url | Jaime Marquínez Ferrándiz | 2015-09-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [test_utils] Add more tests for xpath | Sergey M․ | 2015-09-05 | 1 | -0/+28 | |
| | | | | ||||||
* | | | | [utils] Improve xpath_text | Sergey M․ | 2015-09-05 | 1 | -2/+13 | |
| | | | | ||||||
* | | | | [ruutu] Fix extraction (Closes #6759) | Sergey M․ | 2015-09-05 | 1 | -31/+10 | |
| | | | | ||||||
* | | | | [utils] Relax attribute key assert | Sergey M․ | 2015-09-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [utils] Add xpath_element and xpath_attr | Sergey M․ | 2015-09-04 | 1 | -2/+19 | |
| | | | | ||||||
* | | | | Merge pull request #6760 from ferama/master | Sergey M. | 2015-09-04 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Added ec extension to nowvideo extractor | |||||
| * | | | Added ec extension to nowvideo extractor | Marco Ferragina | 2015-09-04 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | [crunchyroll] Extract width and height (closes #6749) | Jaime Marquínez Ferrándiz | 2015-09-03 | 1 | -5/+13 | |
| | | | ||||||
* | | | release 2015.09.03 | Philipp Hagemeister | 2015-09-03 | 3 | -2/+4 | |
| | | | ||||||
* | | | [ok] Sort formats | Sergey M․ | 2015-09-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | [ok] Add support for youtube embeds | Sergey M․ | 2015-09-02 | 1 | -11/+35 | |
| | | | ||||||
* | | | [ok] Improve player regex | Sergey M․ | 2015-09-02 | 1 | -1/+2 | |
| | | | ||||||
* | | | [ok] Extract correct data-options (Closes #6726) | Sergey M․ | 2015-09-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | [README.md] Remove superfluous word | Sergey M. | 2015-09-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #6736 from remitamine/readme | Sergey M. | 2015-09-02 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | [README] link to developer instructions and correct common.py path | |||||
| * | | | link to developer instructions and correct common.py path | remitamine | 2015-09-02 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #6731 from dstftw/strict-http-response | Sergey M. | 2015-09-02 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / |/| | | | [utils] Strict HTTP responses (Closes #6727) | |||||
| * | | | [utils] Strict HTTP responses (Closes #6727) | Sergey M․ | 2015-09-02 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | [rtve] Fix extraction (fixes #6723) | Jaime Marquínez Ferrándiz | 2015-09-01 | 1 | -2/+4 | |
|/ / / | | | | | | | | | | Adding the 'Referer' header to the png request is enough. | |||||
* | | | [francetv] Update tests (2) | Sergey M․ | 2015-09-01 | 1 | -6/+6 | |
| | | | ||||||
* | | | [francetv] Update tests | Sergey M․ | 2015-09-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | [francetv] Use subtitle when present (Closes #6715) | Sergey M․ | 2015-09-01 | 1 | -1/+6 | |
| | | | ||||||
* | | | [options] Clarify extractors supporting videopassword | Sergey M․ | 2015-09-01 | 2 | -2/+2 | |
| | | | ||||||
* | | | [youku] Fix videopassword test | Sergey M․ | 2015-09-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | [youku] Simplify (Closes #6717) | Sergey M․ | 2015-09-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update README | PSJay | 2015-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Add Youku in video password description. |