summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.09.16 2014.09.16Philipp Hagemeister2014-09-161-1/+1
|
* [nhl] Match videos without catid (Fixes #3764)Philipp Hagemeister2014-09-161-3/+6
|
* [behindkink] Remove call to report_extractionPhilipp Hagemeister2014-09-151-1/+0
|
* Merge remote-tracking branch '5moufl/behindkink'Philipp Hagemeister2014-09-152-0/+55
|\
| * [BehindKink] Minor fixes5moufl2014-09-151-4/+2
| | | | | | | | | | | | - fix _VALID_URL regex - remove unnecessary variable - remove second call of report_extraction
| * [BehindKink] Add new extractor5moufl2014-09-132-0/+57
| |
* | Credit @haricharan for einthusan (#3755)Philipp Hagemeister2014-09-151-0/+1
| |
* | [einthusan] Add description and beautifyPhilipp Hagemeister2014-09-151-8/+15
| |
* | Fixed testsPhilipp Hagemeister2014-09-151-1/+1
| |
* | Merge commit '98703c7fbfcf06348220aa63f9422cdd792cfe1a'Philipp Hagemeister2014-09-152-0/+55
|\ \
| * | Einthusan Add new extractorHaricharan Padmanaban2014-09-142-0/+55
| | |
* | | Merge remote-tracking branch 'naglis/nosvideo'Philipp Hagemeister2014-09-151-4/+10
|\ \ \
| * | | [nosvideo] Make more robust against missing metadataNaglis Jonaitis2014-09-151-4/+10
| | | |
* | | | Merge remote-tracking branch 'naglis/turbo'Philipp Hagemeister2014-09-152-0/+68
|\ \ \ \
| * | | | [turbo] Add new extractorNaglis Jonaitis2014-09-152-0/+68
| | | | |
* | | | | Merge remote-tracking branch 'dstftw/escape-non-ascii-in-urls'Philipp Hagemeister2014-09-153-0/+69
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/test_utils.py
| * | | | | [utils] Remove debug garbageSergey M․2014-09-131-1/+1
| | | | | |
| * | | | | [YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape ↵Sergey M․2014-09-133-13/+56
| | | | | | | | | | | | | | | | | | | | | | | | routines to utils and add some tests
| * | | | | [YoutubeDL] Escape non-ASCII characters in URLsSergey M․2014-09-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991) Working around by replacing request's original URL with escaped one
* | | | | | release 2014.09.15.1 2014.09.15.1Philipp Hagemeister2014-09-151-1/+1
| | | | | |
* | | | | | [daum] Support non-numeric video IDs (Fixes #3749)Philipp Hagemeister2014-09-151-6/+11
| |_|/ / / |/| | | |
* | | | | release 2014.09.15 2014.09.15Philipp Hagemeister2014-09-151-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-09-151-17/+43
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [vporn] Make video URL regex more strictSergey M․2014-09-151-17/+43
| | | | | | | | | | | | | | | | | | | | There is a garbage instead of proper URL for some HD videos
* | | | | [facebook] Fix support for untitled videos (Fixes #3757)Philipp Hagemeister2014-09-153-3/+28
|/ / / /
* | | | release 2014.09.14.3 2014.09.14.3Philipp Hagemeister2014-09-141-1/+1
| | | |
* | | | Add a completion script generator for the fish shellJaime Marquínez Ferrándiz2014-09-146-6/+70
| | | |
* | | | [cloudy] Retry extraction on 410 status code (#3743 #3744)Sergey M․2014-09-141-16/+40
| | | |
* | | | release 2014.09.14.2 2014.09.14.2Philipp Hagemeister2014-09-141-1/+1
| | | |
* | | | release 2014.09.14.1 2014.09.14.1Philipp Hagemeister2014-09-141-1/+1
| | | |
* | | | [devscripts/release] Do not restore youtube-dl{,.exe} binariesPhilipp Hagemeister2014-09-141-1/+0
| | | |
* | | | release 2014.09.14 2014.09.14Philipp Hagemeister2014-09-141-1/+1
| | | |
* | | | [tumblr] ModernizePhilipp Hagemeister2014-09-141-10/+12
| | | |
* | | | [cloudy] Add support for videoraj.chSergey M․2014-09-141-13/+27
| | | |
* | | | [cloudy] Minor changesSergey M․2014-09-141-5/+8
| | | |
* | | | Merge pull request #3744 from naglis/cloudySergey M.2014-09-142-0/+68
|\ \ \ \ | | | | | | | | | | [cloudy] Add new extractor
| * | | | [cloudy] Add new extractor. Closes #3743naglis2014-09-142-0/+68
|/ / / /
* | | | [drtv] Fix _VALID_URL (Closes #3735)Sergey M․2014-09-131-1/+1
| | | |
* | | | [pornhd] Fix extraction (Closes #3739)Sergey M․2014-09-131-29/+22
| | | |
* | | | [adultswim] Avoid extremely long linesPhilipp Hagemeister2014-09-131-2/+6
| | | |
* | | | [utils] Apply 2.6 xpath crazinessPhilipp Hagemeister2014-09-131-0/+3
| | | | | | | | | | | | | | | | This fixes ARD on 2.6
* | | | [ard] Make more robust against missing thumbnailsPhilipp Hagemeister2014-09-132-2/+15
| | | | | | | | | | | | | | | | I cannot reproduce this error, it's from travis.
* | | | [br] Remove deleted video test casePhilipp Hagemeister2014-09-131-11/+0
| | | |
* | | | [chilloutzone] Make test case more flexiblePhilipp Hagemeister2014-09-131-1/+1
| | | |
* | | | [facebook] Fix and caption if title is emptyPhilipp Hagemeister2014-09-131-6/+15
| | | |
* | | | [deezer] Add support for geoblockingPhilipp Hagemeister2014-09-131-0/+9
| | | |
* | | | [utils] Fix find_xpath_attr on 2.6Philipp Hagemeister2014-09-131-0/+5
| | | |
* | | | [youporn] Remove md5 from testPhilipp Hagemeister2014-09-131-1/+0
| | | | | | | | | | | | | | | | Has changed multiple times, and we're checking that it looks like a video now by default.
* | | | [options] Correct option usagePhilipp Hagemeister2014-09-132-1/+5
| | | |
* | | | [options] Move all options to their own filePhilipp Hagemeister2014-09-132-473/+480
| | | |