aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-04release 2014.11.042014.11.04Philipp Hagemeister
2014-11-04[youtube] Clarify outputPhilipp Hagemeister
2014-11-04[utils] Use a regexp instead of HTMLParser for get_element_by_attributePhilipp Hagemeister
2014-11-04[imdb] SimplifyPhilipp Hagemeister
2014-11-04[utils] Remove unused get_meta_content functionPhilipp Hagemeister
2014-11-04[gamespot] Remove unused importPhilipp Hagemeister
2014-11-04[ustream] Use modern helper function instead of old HTML parserPhilipp Hagemeister
2014-11-04[heise] Fix description, thumbnail and format IDPhilipp Hagemeister
2014-11-04[gamespot] ModernizePhilipp Hagemeister
2014-11-04[youtube] Skip sts if missing (Fixes #4095, fixes #4103)Philipp Hagemeister
2014-11-04[cnn] Modernize test definitionsPhilipp Hagemeister
2014-11-04[played] Capture and output error messageSergey M․
2014-11-04[wimp] Fix video URL regexSergey M․
2014-11-03[generic/brightcove] Add a new test case for kijk.nl (#3541)Naglis Jonaitis
2014-11-03[brightcove] Make _VALID_URL less greedy and check for empty URLs (#3541)Naglis Jonaitis
2014-11-03[test_compat] Ignore unicode_literalsPhilipp Hagemeister
2014-11-03[trutube] Strip titleSergey M․
2014-11-02Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081)Jaime Marquínez Ferrándiz
'<a href="foo" ><img src="bar" / ></a>' wouldn't be parsed right (the problem is '/ >', '/>' worked fine). We need to change it in python 2.6 (for example the description of youtube videos wouldn't be extracted).
2014-11-02[tests] Don't auto init YoutubeDLJaime Marquínez Ferrándiz
It would print the debug headers for each test. And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute.
2014-11-02[test_download] Fix importPhilipp Hagemeister
2014-11-02[test_swfinterp] Correct compilation on modern mxmlc versionsPhilipp Hagemeister
2014-11-02[utils] ModernizePhilipp Hagemeister
2014-11-02[compat] ModernizePhilipp Hagemeister
2014-11-02[compat] Fix importsPhilipp Hagemeister
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-11-02[YoutubeDL] Include rtmpdump in exe versions -v outputPhilipp Hagemeister
2014-11-02[ffmpeg] Move version detection to utilsPhilipp Hagemeister
2014-11-02release 2014.11.02.12014.11.02.1Philipp Hagemeister
2014-11-02release 2014.11.022014.11.02Philipp Hagemeister
2014-11-02[cinemassacre] Fix extraction (Closes #4083)Sergey M․
2014-11-01[README] Update FAQ on Ubuntu (#4078)Philipp Hagemeister
2014-11-01[generic] Improve MLB iframe regexSergey M․
2014-11-01[mlb] Improve _VALID_URL (Closes #4063)Sergey M․
2014-10-31[canalplus] Improve and merge with d8 extractorSergey M․
2014-10-31[canalplus] Tweak extractor to support piwiplus (Closes #4046)Sergey M․
2014-10-31[funnyordie] Add articles URL testSergey M․
2014-10-31Merge pull request #4069 from anovicecodemonkey/support_funnyordie_articles_urlsSergey M.
[FunnyOrDie] Add support for "/articles/" URLs
2014-10-31[FunnyOrDie] Add support for "/articles/" URLsanovicecodemonkey
2014-10-31[youtube] Detect formats 298 et al as mp4 (Fixes #4066)Philipp Hagemeister
2014-10-30release 2014.10.302014.10.30Philipp Hagemeister
2014-10-30[youtube] Add format 266 (Fixes #4055)Philipp Hagemeister
2014-10-30[youtube] Add support for formats 302 and 303 (Fixes #4060)Philipp Hagemeister
2014-10-30Sort formats by fps as wellPhilipp Hagemeister
2014-10-30[youtube] Add formats 298, 299 (Fixes #4056)Philipp Hagemeister
2014-10-30[ro220] Fix broken extractor and modernize (#4054)Naglis Jonaitis
2014-10-29release 2014.10.292014.10.29Philipp Hagemeister
2014-10-29[crunchycroll] Fix building of ass subtitles (reported in #4019)Jaime Marquínez Ferrándiz
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
2014-10-29[generic] Allow soundcloud embeds with additional attributesPhilipp Hagemeister
2014-10-29Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-10-29[drtv] Allow fractional timestamps (Fixes #4059)Philipp Hagemeister