aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-04-19[megavideoz] Improve non-existing videos checkSergey M․
2015-04-19[megavideoz] Check non-existing videosSergey M․
2015-04-19[megavideozeu] Rename extractorSergey M․
2015-04-19[megavideozeu] Simplify (Closes #5454)Sergey M․
2015-04-19[megavideoez] Add working testJeff Buchbinder
2015-04-19Add megavideoz.eu support.Jeff Buchbinder
2015-04-18Update wat.pyhedii
line 116, modify 'Downloding' to 'Downloading'. It looks like nothing, but it is very annoying when youtube-dl command's output is parsed to find progress on a php (or other language) website for example.
2015-04-18[ign] Fix extraction of some videos in articlesJaime Marquínez Ferrándiz
Give higher preference to the hero-poster regex because some articles may contain other videos
2015-04-18FFmpegMergerPP: use the new system for specifying which files can be deleteJaime Marquínez Ferrándiz
2015-04-18FFmpegEmbedSubtitlePP: remove the subtitle files if '--keep-video' is not ↵Jaime Marquínez Ferrándiz
given (closes #5435)
2015-04-18Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz
We could only know if we had to delete the original file, but this system allows to specify us more files (like subtitles).
2015-04-18[facebook] Extend _VALID_URL take 2 (#5120)Yen Chi Hsuan
2015-04-18[facebook] Extend _VALID_URLYen Chi Hsuan
2015-04-18[gfycat] Simplify (Closes #5439, Closes #5394)Sergey M․
2015-04-18Merge branch 'gfycat' of https://github.com/julianrichen/youtube-dl into ↵Sergey M․
julianrichen-gfycat
2015-04-17YoutubeDL.post_process: simplify keep_video handlingJaime Marquínez Ferrándiz
Since keep_video started as None we always set it to keep_video_wish unless it was None, so in the end keep_video == keep_video_wish. This should have been changed in f3ff1a3696c4080468e2cc5810c34273b148bd3e, but I didn't notice it.
2015-04-17FFmpegExtractAudioPP: Simplify handling of already existing filesJaime Marquínez Ferrándiz
2015-04-17[comedycentral] Fix feed uri request (Closes #5449, closes #5455)Sergey M․
2015-04-17[soundcloud] Raise an error instead of calling 'report_error'Jaime Marquínez Ferrándiz
2015-04-17[mixcloud] Simplify url extractionJaime Marquínez Ferrándiz
On the tracks I tested the server number in the url from the webpage is valid for the mp3 or the m4a file and any other number is invalid, it's a waste of time to check them.
2015-04-17[vimple] Fix extraction (Closes #5448)Sergey M․
2015-04-17InfoExtractor._search_regex: Suggest updating when the regex is not found ↵Jaime Marquínez Ferrándiz
(suggested in #5442) Reuse the same message from ExtractorError
2015-04-17release 2015.04.172015.04.17Philipp Hagemeister
2015-04-17[soundcloud] Handle 'secret_token' for 'w.soundcloud.com/player/?url=*' urls ↵Jaime Marquínez Ferrándiz
(fixes #5453)
2015-04-16[gfycat] Fixed preferences.FireDart
2015-04-16[gfycat] Updated tests.FireDart
2015-04-16[utils] Fix splitunc deprecation warningSergey M․
2015-04-16[srf] Show display_id when presentSergey M․
2015-04-16[srf] Extend _VALID_URLSergey M․
2015-04-16[generic] Update pladform embed testSergey M․
2015-04-16[pladform] Update testSergey M․
2015-04-16[srf] Update testSergey M․
2015-04-16[srf] Fix direct links extSergey M․
2015-04-16[srf] Extract subtitlesSergey M․
2015-04-16[srf] Extract all formats and prefer direct links over hls and hdsSergey M․
2015-04-16[Srf] Add new extractor (fixes #981)Yen Chi Hsuan
2015-04-16[extractor/common] Add the encoding parameterYen Chi Hsuan
The QQMusic info extractor need forced encoding for correct working.
2015-04-16[QQMusic] Song extractor: Add lyrics as descriptionYen Chi Hsuan
Note: Test fails on python 3 due to encoding issues
2015-04-16[QQMusic] Add album info extractorYen Chi Hsuan
2015-04-16[QQMusic] Add singer info extractorYen Chi Hsuan
2015-04-16[QQMusic] Implement the guid algorithmYen Chi Hsuan
2015-04-16[QQMusic] Add new extractorYen Chi Hsuan
2015-04-16[generic] Extract videos from SMIL manifests (closes #5145 and fixes #5135)Yen Chi Hsuan
2015-04-16[UDNEmbed] Enhance error checking and extend _VALID_URLYen Chi Hsuan
2015-04-15[gfycat] Add new extractorFireDart
2015-04-16[brightcove] Always return lists from _extract_brightcove_urlsYen Chi Hsuan
In Python 3, filter() returns an iterable object, which is equivalently to True even for an empty result set. It causes false positive playlists in generic extraction logic.
2015-04-15[generic] Add test for playwire embed (#5430)Sergey M․
2015-04-15[generic] Add support for playwire embeds (Closes #5430)Sergey M․
2015-04-15[mtv] Capture and output error message (#5420)Sergey M․
2015-04-15[spike] Extend _VALID_URL (Closes #5420)Sergey M․