summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1997 from rg3/simplify-url_basenamePhilipp Hagemeister2013-12-171-4/+2
|\ \ \ | | | | | | | | Simplify url_basename
| * | | Simplify url_basenameJaime Marquínez Ferrándiz2013-12-171-4/+2
|/ / / | | | | | | | | | Use urlparse from the standard library.
* | | release 2013.12.17.2Philipp Hagemeister2013-12-171-1/+1
| | |
* | | [radiofrance] remove unused importsPhilipp Hagemeister2013-12-171-8/+3
| | |
* | | [academicearth] remove unused importsPhilipp Hagemeister2013-12-171-5/+0
| | |
* | | Add support for direct links to a video (#1973)Philipp Hagemeister2013-12-172-11/+46
| | |
* | | [utils] Fix url_basenamePhilipp Hagemeister2013-12-172-1/+4
| | |
* | | [generic] Do not use compatibility result fallbackPhilipp Hagemeister2013-12-171-1/+1
| | |
* | | release 2013.12.17.1Philipp Hagemeister2013-12-171-1/+1
| | |
* | | Add webpage_url_basename info_dict field (Fixes #1938)Philipp Hagemeister2013-12-173-9/+27
| | |
* | | release 2013.12.17Philipp Hagemeister2013-12-171-1/+1
| | |
* | | [youtube] Do not warn for videos with allow_rating=0Philipp Hagemeister2013-12-173-5/+8
| | | | | | | | | | | | | | | This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
* | | [academicearth] Support playlists (Closes #1976)Philipp Hagemeister2013-12-171-1/+1
| | |
* | | [radiofrance] Fill in test detailsPhilipp Hagemeister2013-12-161-3/+3
| | |
* | | [rtlnow] Fix URL calculation (Closes #1989)Philipp Hagemeister2013-12-161-2/+2
| | |
* | | [playlist-test] require a stringPhilipp Hagemeister2013-12-161-1/+1
| | |
* | | release 2013.12.16.7Philipp Hagemeister2013-12-161-1/+1
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-161-13/+16
|\ \ \
| * | | [mtv] Add support for urls from the mobile site (fixes #1959)Jaime Marquínez Ferrándiz2013-12-161-13/+16
| | | |
* | | | [academicearth] Add support for courses (#1976)Philipp Hagemeister2013-12-163-1/+50
| | | |
* | | | _search_regex's "isatty" call fails with Py2exe'sItay Brandes2013-12-161-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | _search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first.
* | | [vevo] Add suppor for videoplayer. URLs (#1957)Philipp Hagemeister2013-12-161-0/+1
| | |
* | | release 2013.12.16.6Philipp Hagemeister2013-12-161-1/+1
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-161-14/+0
|\ \ \
| * | | [arte:ddc] Remove testJaime Marquínez Ferrándiz2013-12-161-14/+0
| | | | | | | | | | | | | | | | video seems to expire in 7 days, as arte+7
* | | | Add support for embedded vevo player (Fixes #1957)Philipp Hagemeister2013-12-162-1/+11
|/ / /
* | | release 2013.12.16.5Philipp Hagemeister2013-12-161-1/+1
| | |
* | | [radiofrance] Add support (Fixes #1942)Philipp Hagemeister2013-12-162-0/+61
| | |
* | | release 2013.12.16.4Philipp Hagemeister2013-12-161-1/+1
| | |
* | | [facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister2013-12-162-3/+7
| | |
* | | Merge pull request #1987 from rzhxeo/blipPhilipp Hagemeister2013-12-161-0/+12
|\ \ \ | | | | | | | | [GenericIE] Add support for embedded blip.tv
| * | | [GenericIE] Add support for embedded blip.tvrzhxeo2013-12-161-0/+12
|/ / /
* | | Merge pull request #1984 from alimirjamali/patch-1Philipp Hagemeister2013-12-161-1/+1
|\ \ \ | | | | | | | | Incorrect variable is used to check whether thumbnail exists
| * | | Incorrect variable is used to check whether thumbnail existsalimirjamali2013-12-161-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Dear @phihag I believe in line 848, the correct variable to check is 'thumb_filename' rather than 'infofn' Kindly advise Mit freundlichen Gruessen Ali
* | | release 2013.12.16.3Philipp Hagemeister2013-12-161-1/+1
| | |
* | | Fix execution under Python 3Philipp Hagemeister2013-12-161-1/+2
| | |
* | | [videopremium] Skip testPhilipp Hagemeister2013-12-161-0/+1
| | |
* | | release 2013.12.16.2Philipp Hagemeister2013-12-161-1/+1
| | |
* | | Reorder info_dict documentationPhilipp Hagemeister2013-12-161-25/+27
| | |
* | | [blinkx] Add extractor (Fixes #1972)Philipp Hagemeister2013-12-163-0/+93
| | |
* | | Simplify --playlist-start / --playlist-end interfacePhilipp Hagemeister2013-12-162-22/+18
| | |
* | | [ndtv] Remove unused importsPhilipp Hagemeister2013-12-161-2/+0
| | |
* | | [mdr] Clean upPhilipp Hagemeister2013-12-161-2/+1
| | |
* | | release 2013.12.16.1Philipp Hagemeister2013-12-161-1/+1
| | |
* | | [mdr] SimplifyPhilipp Hagemeister2013-12-161-46/+47
| | |
* | | Merge remote-tracking branch 'mc2avr/master'Philipp Hagemeister2013-12-162-0/+79
|\ \ \
| * | | add MDRIEmc2avr2013-12-102-0/+79
| | | |
* | | | Merge remote-tracking branch 'dstftw/channel9'Philipp Hagemeister2013-12-162-0/+268
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py
| * | | | [channel9] Fix test description md5dst2013-12-121-1/+1
| | | | |
| * | | | [channel9] Missing import in __init__dst2013-12-121-0/+1
| | | | |