Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'ryandesign-nbc-nightly-news' | Sergey M․ | 2015-02-14 | 1 | -7/+17 | |
| |\ \ | ||||||
| | * | | [nbcnews] Simplify | Sergey M․ | 2015-02-14 | 1 | -14/+7 | |
| | | | | ||||||
| | * | | Support NBC Nightly News broadcasts | Ryan Schmidt | 2015-02-14 | 1 | -5/+22 | |
| |/ / | ||||||
| * | | [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) | Jaime Marquínez Ferrándiz | 2015-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | If you run 'while read aurl ; do youtube-dl --extract-audio "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url, something like 'tube.com/watch?v=<id>'. | |||||
| * | | [1tv] Cover arbitraty URLs | Sergey M․ | 2015-02-14 | 1 | -18/+39 | |
| | | | ||||||
| * | | [camdemy] Fix _VALID_URL | Sergey M․ | 2015-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | [test/subtitles] Update checksums | Jaime Marquínez Ferrándiz | 2015-02-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | [bambuser] Fix 'uploader_id' extraction (fixes #4944) | Jaime Marquínez Ferrándiz | 2015-02-13 | 1 | -1/+1 | |
| |/ | ||||||
* / | [ffmpeg] Add --ffmpeg-location | Philipp Hagemeister | 2015-02-16 | 5 | -33/+82 | |
|/ | ||||||
* | Merge branch 'robin007bond-nporadio' | Sergey M․ | 2015-02-13 | 2 | -2/+83 | |
|\ | ||||||
| * | [npo:radio] Move to extractor to common npo place and add extractor for ↵ | Sergey M․ | 2015-02-13 | 3 | -42/+83 | |
| | | | | | | | | fragments | |||||
| * | [nporadio] Edit to confirm to flake8 standards | robin | 2015-02-12 | 1 | -6/+5 | |
| | | ||||||
| * | [NPORadio] Added extractor for live radio | robin | 2015-02-12 | 2 | -0/+41 | |
|/ | ||||||
* | [camdemy] Simplify and make more robust (#4938) | Philipp Hagemeister | 2015-02-12 | 2 | -34/+40 | |
| | | | | | | Do not throw errors if view count or upload date extraction fails. Dispose of re.MULTILINE, which had absolutely no effect without any ^ or $ in sight. Follow PEP8 naming conventions. | |||||
* | Merge remote-tracking branch 'yan12125/IE_camdemy' | Philipp Hagemeister | 2015-02-12 | 2 | -0/+152 | |
|\ | ||||||
| * | [camdemy] Python2 compatibility | Yen Chi Hsuan | 2015-02-12 | 1 | -7/+7 | |
| | | ||||||
| * | [camdemy] Add support for folders | Yen Chi Hsuan | 2015-02-12 | 2 | -10/+63 | |
| | | ||||||
| * | [camdemy] Detection of external sources | Yen Chi Hsuan | 2015-02-12 | 1 | -0/+20 | |
| | | ||||||
| * | [camdemy] Add new extractor | Yen Chi Hsuan | 2015-02-11 | 2 | -0/+79 | |
| | | | | | | | | Single file download done, while folder extaction in plan | |||||
* | | release 2015.02.11 | Philipp Hagemeister | 2015-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Extract average rating (closes #2362) | Jaime Marquínez Ferrándiz | 2015-02-11 | 2 | -0/+3 | |
| | | ||||||
* | | flake8: Ignore some error added in pep8 1.6 | Jaime Marquínez Ferrándiz | 2015-02-11 | 1 | -1/+1 | |
| | | | | | | | | | | * E402: we exectute code between imports, like modifying 'sys.path' in the tests * E731: we assign to lambdas in a lot of places, we may want to consider defining functions in a single line instead (what pep8 recommends) | |||||
* | | [aes] style: Put __all__ variable at the end of the file | Jaime Marquínez Ferrándiz | 2015-02-11 | 1 | -2/+2 | |
| | | ||||||
* | | [dotsub] Fix extraction and modernize | Sergey M․ | 2015-02-11 | 1 | -17/+27 | |
| | | ||||||
* | | [test/parameters.json] Set 'fixup' to 'never' | Jaime Marquínez Ferrándiz | 2015-02-11 | 1 | -1/+2 | |
| | | | | | | | | The fixed audio files for Youtube have a size lower that the minimum required. | |||||
* | | [dctptv] Skip rtmp download | Sergey M․ | 2015-02-11 | 1 | -0/+4 | |
| | | ||||||
* | | [canalplus] Add support for itele.fr URLs (Closes #4931) | Naglis Jonaitis | 2015-02-11 | 1 | -1/+12 | |
| | | ||||||
* | | [teamcoco] Fix video id extraction | Naglis Jonaitis | 2015-02-11 | 1 | -2/+6 | |
|/ | ||||||
* | [ntvru] Adapt to new direct delivery and modernize (Closes #4918) | Sergey M․ | 2015-02-10 | 1 | -57/+40 | |
| | ||||||
* | release 2015.02.10.5 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [escapist] Filter video differently (Fixes #4919) | Philipp Hagemeister | 2015-02-10 | 2 | -2/+5 | |
| | ||||||
* | [escapist] Modernize | Philipp Hagemeister | 2015-02-10 | 1 | -26/+25 | |
| | ||||||
* | release 2015.02.10.4 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [YoutubeDL] Do not perform filter matching on partial results (Fixes #4921) | Philipp Hagemeister | 2015-02-10 | 1 | -8/+9 | |
| | ||||||
* | release 2015.02.10.3 | Philipp Hagemeister | 2015-02-10 | 3 | -1/+3 | |
| | ||||||
* | [ccc] Add new extractor (Fixes #4890) | Philipp Hagemeister | 2015-02-10 | 2 | -0/+100 | |
| | ||||||
* | [test/test_youtube_signature] Use fake YDL | Philipp Hagemeister | 2015-02-10 | 1 | -2/+3 | |
| | ||||||
* | [firstpost] Modernize | Philipp Hagemeister | 2015-02-10 | 1 | -6/+4 | |
| | ||||||
* | [vimeo:album] Add support for album passwords (Fixes #4917) | Philipp Hagemeister | 2015-02-10 | 1 | -7/+52 | |
| | ||||||
* | [options] Add alias --dump-header for --print-traffic | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [options] Add --no-color | Philipp Hagemeister | 2015-02-10 | 4 | -3/+10 | |
| | ||||||
* | [pornhd] Fix extraction (fixes #4915) | Philipp Hagemeister | 2015-02-10 | 1 | -9/+10 | |
| | ||||||
* | release 2015.02.10.2 | Philipp Hagemeister | 2015-02-10 | 2 | -1/+18 | |
| | ||||||
* | [YoutubeDL] Add generic video filtering (Fixes #4916) | Philipp Hagemeister | 2015-02-10 | 5 | -2/+147 | |
| | | | | This functionality is intended to eventually encompass the current format filtering. | |||||
* | release 2015.02.10.1 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | [commonmistakes] Detect BOMs at the beginning of URLs | Philipp Hagemeister | 2015-02-10 | 2 | -1/+18 | |
| | | | | Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1093517 . | |||||
* | [bandcamp] Correct variable name | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | Use snake_case instead of camelCase | Philipp Hagemeister | 2015-02-10 | 1 | -12/+12 | |
| | ||||||
* | [commonmistakes] Correct logic error | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| | ||||||
* | release 2015.02.10 | Philipp Hagemeister | 2015-02-10 | 1 | -1/+1 | |
| |