summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.12.17.1 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.17 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.7 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.6 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.5 2013.12.16.5Philipp Hagemeister2013-12-161-1/+1
|
* [radiofrance] Add support (Fixes #1942)Philipp Hagemeister2013-12-162-0/+61
|
* release 2013.12.16.4 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.3 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.2 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.1 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
| | |
| * | [channel9] Cleanupdst2013-12-121-89/+5
| | |
| * | [channel9] Initial implementation (#1885)dst2013-12-121-0/+351
| | |
* | | Credit @mjorlitzky for pornhd (#1961)Philipp Hagemeister2013-12-161-0/+1
| | |
* | | [pornhd] SimplifyPhilipp Hagemeister2013-12-161-11/+7
| | |
* | | Merge remote-tracking branch 'mjorlitzky/master'Philipp Hagemeister2013-12-162-0/+43
|\ \ \
| * | | Add support for pornhd.com.Michael Orlitzky2013-12-132-0/+43
| | | |
* | | | Set process title to youtube-dlPhilipp Hagemeister2013-12-162-0/+19
| | | | | | | | | | | | | | | | This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs.
* | | | release 2013.12.16 2013.12.16Philipp Hagemeister2013-12-162-1/+6
| | | |