aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-12-10[dailymotion] Fix uploader extractionJaime Marquínez Ferrándiz
Now it looks directly in the info dictionary
2013-12-10add MDRIEmc2avr
2013-12-10[mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)Jaime Marquínez Ferrándiz
2013-12-10[soundcloud] Fix the extension for 'downloadable' songsJaime Marquínez Ferrándiz
In this case the 'original_format' field must be used.
2013-12-10[mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister
2013-12-10release 2013.12.102013.12.10Philipp Hagemeister
2013-12-10[zdf] Correct order of unknown formats (#1936)Philipp Hagemeister
2013-12-10[soundcloud] Do not mistake original_format for ext (Fixes #1934)Philipp Hagemeister
2013-12-10[YoutubeDL] Simplify filename preparationPhilipp Hagemeister
2013-12-09Set 'NA' as the default value for missing fields in the output template ↵Jaime Marquínez Ferrándiz
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore
2013-12-09release 2013.12.09.42013.12.09.4Philipp Hagemeister
2013-12-09Remove superfluous spacesPhilipp Hagemeister
2013-12-09[brightcove] Use the original url (usually the player) as the default ↵Jaime Marquínez Ferrándiz
referer (fixes #1929)