aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-28[YoutubeDL] format spec: treat 'all' like a normal specifierJaime Marquínez Ferrándiz
So you can use filters with it, for example 'all[width>=400][width<=600]'.
2015-06-28[YoutubeDL] rework how the format spec is processedJaime Marquínez Ferrándiz
The spec string is processed using 'tokenize.tokenize' to split it in words and operators, the filters are still processed using regular expressions. This should make easier to allow grouping operators with parens.
2015-06-29[extractor/common] Remove superfluous lineSergey M․
2015-06-29[youtube] Fix likes/dislike extractionSergey M․
2015-06-28Credit @gebn for moviefapSergey M․
2015-06-28Merge branch 'gebn-moviefap'Sergey M․
2015-06-28[tnaflix] Generalize tnaflix extractorsSergey M․
2015-06-28[extractor/common] Use NO_DEFAULT from utilsSergey M․
2015-06-28[utils] Add default value for xpath_textSergey M․
2015-06-28[YoutubeDL] Handle None width and height similarly to formatsSergey M․
2015-06-28Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefapSergey M․
2015-06-28[twitch:vod] Update _TESTYen Chi Hsuan
The original test case is gone
2015-06-28[twitch:vod] Fix 'Source' format in m3u8 (closes #6115)Yen Chi Hsuan
2015-06-27[moviefap] Fix `flake8` warnings introduced in 1a5fd4eGeorge Brighton
2015-06-27[moviefap] Move flv videos to formats in the metadataGeorge Brighton
2015-06-27[moviefap] Wrap long linesGeorge Brighton
2015-06-27[moviefap] Explicitly sort formats to handle possible site changesGeorge Brighton
2015-06-27[moviefap] Replace call to `str()` with `compat.compat_str()`George Brighton
2015-06-27[moviefap] Replace calls to `find()` with `util.xpath_text()`.George Brighton
2015-06-27[moviefap] Remove redundant commentsGeorge Brighton
2015-06-27[moviefap] Allow non-critical fields to change without breaking extractionGeorge Brighton
2015-06-28[twitter:card] Add extractor (#5239)Sergey M․
2015-06-27[moviefap] Swap and justify testsGeorge Brighton
2015-06-27[moviefap] Add categories to testsGeorge Brighton
2015-06-27[moviefap] Swap test for an alternative non-copyrighted videoGeorge Brighton
2015-06-27[moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6George Brighton
2015-06-27[moviefap] Add new extractorGeorge Brighton
2015-06-28[downloader/external] Fix externals downloaders specified with extension on ↵Sergey M․
Windows
2015-06-27[smotri] Add tests for password protected videosSergey M․
2015-06-27[smotri] Remove non relevant testSergey M․
2015-06-27[smotri] Fix password protected video extractionSergey M․
2015-06-27Merge pull request #6081 from yan12125/skip_problematic_sitesSergey M.
[planetaplay/quickvid/vube] Skip inaccessible sites
2015-06-27[snagfilms] More testsSergey M․
2015-06-27[snagfilms] Capture not available errorSergey M․
2015-06-27[snagfilms:embed] Capture geolocation restriction errorSergey M․
2015-06-27[snagfilms] Add support for showsSergey M․
2015-06-27Merge branch 'remitamine-snagfilms'Sergey M․
2015-06-27[extractor/generic] Add test for snagfilms embedsSergey M․
2015-06-27[extractor/generic] Add support for snagfilms embedsSergey M․
2015-06-27[snagfilms] Add routine for generic embeds extractionsSergey M․
2015-06-27[snagfilms] Improve and simplifySergey M․
2015-06-27[newstube] style: fix alignmentJaime Marquínez Ferrándiz
2015-06-27[newstube] Fix GUID extraction (fixes #6109)Jaime Marquínez Ferrándiz
2015-06-27Merge branch 'snagfilms' of https://github.com/remitamine/youtube-dl into ↵Sergey M․
remitamine-snagfilms
2015-06-27download all pages before start extracting inforemitamine
2015-06-27[youtube] Add test for #6093Sergey M․
2015-06-27[options] Clarify --youtube-skip-dash-manifestSergey M․
2015-06-27[youtube] Skip get_video_info requests when --youtube-skip-dash-manifest is ↵Sergey M․
specified
2015-06-27[options] Add missing whitespace and split linesSergey M․
2015-06-27[vk] Fix authentication (Closes #6105)Sergey M․