aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-25Remove the --max-quality optionJaime Marquínez Ferrándiz
It doesn't work well with 'bestvideo' and 'bestaudio' because they are usually before the max quality. Format filters should be used instead, they are more flexible and don't require the requested quality to exist for each video.
2015-04-24[postprocessor/embedthumbnail] Style fixJaime Marquínez Ferrándiz
2015-04-24[ellentv] Remove unused importJaime Marquínez Ferrándiz
2015-04-24[ellentv:clips] Fix testSergey M․
2015-04-24[ellentv:clips] Fix extractionSergey M․
2015-04-24[ellentv] Fix testsSergey M․
2015-04-24[ellentv] Fix extractionSergey M․
2015-04-24[dotsub] Fix extractionSergey M․
2015-04-24[gdcvault] Add display_idYen Chi Hsuan
2015-04-24[gdcvault] Extend _VALID_URL (fixes #5236)Yen Chi Hsuan
2015-04-24Merge branch 'embedthumb'pulpe
2015-04-24Forgot to clean the remains of classpulpe
2015-04-24[ffmpeg] Remove unneeded classpulpe
2015-04-24[embedthumbnail] use FFmpegPostProcessor for mp3pulpe
2015-04-24[embedthumbnail] Add support for mp3 cover embeddingpulpe
2015-04-24[Crunchyroll] Fix extraction on Python 2.6Yen Chi Hsuan
XPath with recursive children selection not supported
2015-04-24[README] Finally fix configuration file linkSergey M․
2015-04-24[README] Fix configuration file link and typoSergey M․
2015-04-24[README] Document on how to enable old format selection behavior (#5510, #5511)Sergey M․
2015-04-23[xattrpp] Fix typoSergey M․
2015-04-23[cracked] ModernizeSergey M․
2015-04-23[cracked] Update testsSergey M․
2015-04-23[cracked] Add support for youtube embedsSergey M․
2015-04-23[cracked] Fix extractionSergey M․
2015-04-23[ustream] Try to extract uploader from JSON data (#5128)Yen Chi Hsuan
2015-04-23[ustream] Add an alternative approach to extract title (fixes #5128)Yen Chi Hsuan
2015-04-23[ustream] Checking errorsYen Chi Hsuan
2015-04-23[ustream] Fix extraction (closes #3998)Yen Chi Hsuan
2015-04-23Merge branch 'master' of github.com:rg3/youtube-dlpulpe
2015-04-23[realvid] Add extractor for realvid.net (closes #5504)pulpe
2015-04-23[xattr] Add version detection for python-pyxattrYen Chi Hsuan
For more information, see #5498 and changes to convertObj() in iustin/pyxattr@cc84e466f63906d32ec1bf4a4fcae6a7bce9a4c8
2015-04-22[vimeo] one token overlookedpulpe
2015-04-22[vimeo] Fix login token (fixes #5082)pulpe
2015-04-22[flickr] Don't use regex for extracting the info from the xml filesJaime Marquínez Ferrándiz
2015-04-22[flickr] Fix extraction (fixes #5501)Jaime Marquínez Ferrándiz
2015-04-22[hitbox] Clarify download messagesSergey M․
2015-04-22[hitbox:live] Extract formats before metadataSergey M․
2015-04-22[hitbox] Extract formats before metadataSergey M․
2015-04-22[hitbox] Sort formatsSergey M․
2015-04-22[hitbox] Extract all formats (Closes #5494)Sergey M․
2015-04-22[youtube:search] Cancel out _TESTSSergey M․
2015-04-22[YoutubeDL] Remove the redundant assignment to old_filenameYen Chi Hsuan
Caused by commmit 592e97e8550389e22b716eb33c30584aa3a8d656
2015-04-21[youtube:ytsearch] Use the same system as the search webpage (fixes #5483)Jaime Marquínez Ferrándiz
The gdata api V2 was deprecated and according to http://youtube-eng.blogspot.com.es/2014/03/committing-to-youtube-data-api-v3_4.html remains available until April 20, 2015.
2015-04-21[youtube] Remove unused importSergey M․
2015-04-21[youtube:channel] Make `extract_videos_from_page` staticSergey M․
2015-04-21[youtube:channel] Specify first page download messageSergey M․
2015-04-21[youtube:user] Extract in terms of `load_more_widget_html`Sergey M․
2015-04-21[youtube:ytsearch] Temporary workaround (#5483)Sergey M․
2015-04-21[senate] SimplifyJaime Marquínez Ferrándiz
There isn't any problem if the 'formats' field only has one element
2015-04-21[Cinemassacre] Support Youtube embedded videos (fixes #5131)Yen Chi Hsuan