aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-12-16[facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister
2013-12-16[GenericIE] Add support for embedded blip.tvrzhxeo
2013-12-16Incorrect variable is used to check whether thumbnail existsalimirjamali
Dear @phihag I believe in line 848, the correct variable to check is 'thumb_filename' rather than 'infofn' Kindly advise Mit freundlichen Gruessen Ali
2013-12-16release 2013.12.16.32013.12.16.3Philipp Hagemeister
2013-12-16Fix execution under Python 3Philipp Hagemeister
2013-12-16[videopremium] Skip testPhilipp Hagemeister
2013-12-16release 2013.12.16.22013.12.16.2Philipp Hagemeister
2013-12-16Reorder info_dict documentationPhilipp Hagemeister
2013-12-16[blinkx] Add extractor (Fixes #1972)Philipp Hagemeister
2013-12-16Simplify --playlist-start / --playlist-end interfacePhilipp Hagemeister
2013-12-16[ndtv] Remove unused importsPhilipp Hagemeister
2013-12-16[mdr] Clean upPhilipp Hagemeister
2013-12-16release 2013.12.16.12013.12.16.1Philipp Hagemeister
2013-12-16[mdr] SimplifyPhilipp Hagemeister
2013-12-16Merge remote-tracking branch 'mc2avr/master'Philipp Hagemeister
2013-12-16Merge remote-tracking branch 'dstftw/channel9'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-12-16Credit @mjorlitzky for pornhd (#1961)Philipp Hagemeister
2013-12-16[pornhd] SimplifyPhilipp Hagemeister
2013-12-16Merge remote-tracking branch 'mjorlitzky/master'Philipp Hagemeister
2013-12-16Set process title to youtube-dlPhilipp Hagemeister
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs.
2013-12-16release 2013.12.162013.12.16Philipp Hagemeister
2013-12-16Apply --no-overwrites for --write-* files as well (Fixes #1980)Philipp Hagemeister
2013-12-16Add --get-duration (Fixes #859)Philipp Hagemeister
2013-12-16Document duration fieldPhilipp Hagemeister
2013-12-16[youtube] Make duration an integer or NonePhilipp Hagemeister
2013-12-16[cbs] Add extractor (Fixes #1977)Philipp Hagemeister
2013-12-16[theplatform] Fix geographic restriction checkPhilipp Hagemeister
2013-12-16[theplatform] Detect geoblocked contentPhilipp Hagemeister
2013-12-16Add --min-views / --max-views (Fixes #1979)Philipp Hagemeister
2013-12-15Fix detection of the extension if the 'extractaudio' is given and improve ↵Jaime Marquínez Ferrándiz
the error message (#1969) Using 'foo.mp4' shouldn't raise an error. If 'foo' is given suggest using 'foo.%(ext)s' for the template
2013-12-14[daylimotion] Add support for urls from the mobile site (fixes #1953)Jaime Marquínez Ferrándiz
It uses the 'touch' subdomain and adds a '#' before 'video'
2013-12-13Add support for pornhd.com.Michael Orlitzky
2013-12-13[ign] Update one of test video's titleJaime Marquínez Ferrándiz
2013-12-13Merge pull request #1956 from dstftw/masterPhilipp Hagemeister
Fix typo in month name
2013-12-13Fix typo in month namedst
2013-12-12[daum] Recognize mobile urls (#1952)Jaime Marquínez Ferrándiz
2013-12-12[naver] Recognize mobile urls (fixes #1951)Jaime Marquínez Ferrándiz
2013-12-12[channel9] Fix test description md5dst
2013-12-12[channel9] Missing import in __init__dst
2013-12-12[channel9] Cleanupdst
2013-12-12[channel9] Initial implementation (#1885)dst
2013-12-11release 2013.12.11.22013.12.11.2Philipp Hagemeister
2013-12-11[pornhub] Fix URL regexpPhilipp Hagemeister
2013-12-11release 2013.12.11.12013.12.11.1Philipp Hagemeister
2013-12-11Fix thumbnail filename determination (Fixes #1945)Philipp Hagemeister
2013-12-11release 2013.12.112013.12.11Philipp Hagemeister
2013-12-10Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
2013-12-10[dailymotion] Fix view count extraction and make it non fatal (fixes #1940)Jaime Marquínez Ferrándiz