summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [test/subtitles] Update checksumsJaime Marquínez Ferrándiz2015-02-131-2/+2
|
* [bambuser] Fix 'uploader_id' extraction (fixes #4944)Jaime Marquínez Ferrándiz2015-02-131-1/+1
|
* Merge branch 'robin007bond-nporadio'Sergey M․2015-02-132-2/+83
|\
| * [npo:radio] Move to extractor to common npo place and add extractor for ↵Sergey M․2015-02-133-42/+83
| | | | | | | | fragments
| * [nporadio] Edit to confirm to flake8 standardsrobin2015-02-121-6/+5
| |
| * [NPORadio] Added extractor for live radiorobin2015-02-122-0/+41
|/
* [camdemy] Simplify and make more robust (#4938)Philipp Hagemeister2015-02-122-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 Hagemeister2015-02-122-0/+152
|\
| * [camdemy] Python2 compatibilityYen Chi Hsuan2015-02-121-7/+7
| |
| * [camdemy] Add support for foldersYen Chi Hsuan2015-02-122-10/+63
| |
| * [camdemy] Detection of external sourcesYen Chi Hsuan2015-02-121-0/+20
| |
| * [camdemy] Add new extractorYen Chi Hsuan2015-02-112-0/+79
| | | | | | | | Single file download done, while folder extaction in plan
* | release 2015.02.11Philipp Hagemeister2015-02-111-1/+1
| |
* | [youtube] Extract average rating (closes #2362)Jaime Marquínez Ferrándiz2015-02-112-0/+3
| |
* | flake8: Ignore some error added in pep8 1.6Jaime Marquínez Ferrándiz2015-02-111-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 fileJaime Marquínez Ferrándiz2015-02-111-2/+2
| |
* | [dotsub] Fix extraction and modernizeSergey M․2015-02-111-17/+27
| |
* | [test/parameters.json] Set 'fixup' to 'never'Jaime Marquínez Ferrándiz2015-02-111-1/+2
| | | | | | | | The fixed audio files for Youtube have a size lower that the minimum required.
* | [dctptv] Skip rtmp downloadSergey M․2015-02-111-0/+4
| |
* | [canalplus] Add support for itele.fr URLs (Closes #4931)Naglis Jonaitis2015-02-111-1/+12
| |
* | [teamcoco] Fix video id extractionNaglis Jonaitis2015-02-111-2/+6
|/
* [ntvru] Adapt to new direct delivery and modernize (Closes #4918)Sergey M․2015-02-101-57/+40
|
* release 2015.02.10.5Philipp Hagemeister2015-02-101-1/+1
|
* [escapist] Filter video differently (Fixes #4919)Philipp Hagemeister2015-02-102-2/+5
|
* [escapist] ModernizePhilipp Hagemeister2015-02-101-26/+25
|
* release 2015.02.10.4Philipp Hagemeister2015-02-101-1/+1
|
* [YoutubeDL] Do not perform filter matching on partial results (Fixes #4921)Philipp Hagemeister2015-02-101-8/+9
|
* release 2015.02.10.3Philipp Hagemeister2015-02-103-1/+3
|
* [ccc] Add new extractor (Fixes #4890)Philipp Hagemeister2015-02-102-0/+100
|
* [test/test_youtube_signature] Use fake YDLPhilipp Hagemeister2015-02-101-2/+3
|
* [firstpost] ModernizePhilipp Hagemeister2015-02-101-6/+4
|
* [vimeo:album] Add support for album passwords (Fixes #4917)Philipp Hagemeister2015-02-101-7/+52
|
* [options] Add alias --dump-header for --print-trafficPhilipp Hagemeister2015-02-101-1/+1
|
* [options] Add --no-colorPhilipp Hagemeister2015-02-104-3/+10
|
* [pornhd] Fix extraction (fixes #4915)Philipp Hagemeister2015-02-101-9/+10
|
* release 2015.02.10.2Philipp Hagemeister2015-02-102-1/+18
|
* [YoutubeDL] Add generic video filtering (Fixes #4916)Philipp Hagemeister2015-02-105-2/+147
| | | | This functionality is intended to eventually encompass the current format filtering.
* release 2015.02.10.1Philipp Hagemeister2015-02-101-1/+1
|
* [commonmistakes] Detect BOMs at the beginning of URLsPhilipp Hagemeister2015-02-102-1/+18
| | | | Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1093517 .
* [bandcamp] Correct variable namePhilipp Hagemeister2015-02-101-1/+1
|
* Use snake_case instead of camelCasePhilipp Hagemeister2015-02-101-12/+12
|
* [commonmistakes] Correct logic errorPhilipp Hagemeister2015-02-101-1/+1
|
* release 2015.02.10Philipp Hagemeister2015-02-101-1/+1
|
* [extractor/common] Wrap extractor errors (Fixes #1194)Philipp Hagemeister2015-02-101-2/+9
| | | | For now, we just wrap some common errors. More may follow. We do not want to catch actual programming errors in the extractors, such as 1 // 0.
* [bandcamp] Use our API to get more stable error messages (#1194)Philipp Hagemeister2015-02-091-7/+10
|
* [svtplay] Correct test casePhilipp Hagemeister2015-02-091-4/+5
|
* release 2015.02.09.3Philipp Hagemeister2015-02-092-1/+2
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-02-091-18/+33
|\
| * [trilulilu] Add support for videos without category in the URL (Closes #4067)Naglis Jonaitis2015-02-091-18/+33
| | | | | | | | Also, update the testcase, detect private/country restricted videos and modernize a bit.
* | [YoutubeDL] Do not show worst in --list-formats outputPhilipp Hagemeister2015-02-091-1/+0
| | | | | | | | Nobody wants to know what the worst possible format is. And if they do, they can still provide -f worst.