6002 Commits (c2b61af54827373780415edce92b971b43ceead1)
 

Author SHA1 Message Date
Jaime Marquínez Ferrándiz c2b61af548 [options] Document the syntax for merging formats (closes #3940, closes #4132) 10 years ago
Jaime Marquínez Ferrándiz 2fdbf27ad8 [niconico:playlist] Use the same video url the webpage uses (closes #4133) 10 years ago
Naglis Jonaitis 29ed169cd6 [wrzuta] Add mp3 as a possible format (Closes #4126) 10 years ago
Jaime Marquínez Ferrándiz 9908e03528 Merge pull request #4076 from ghedo/direct_type
[generic] indicate when a direct video has been extracted
10 years ago
Jaime Marquínez Ferrándiz 1fe8fb8c20 [vice] Re-add extractor (fixes #4120)
The generic extraction no longer works.
10 years ago
Naglis Jonaitis 5d63b0aa93 [goshgay] Fix title extraction and modernize
Also remove width and height as they are not of the actual video.
10 years ago
Naglis Jonaitis 37aab27808 [brightcove] Extract m3u8 formats (#3541) 10 years ago
Jaime Marquínez Ferrándiz 6110bbbfdd [niconico] Catch deleted videos (closes #4064) 10 years ago
Jaime Marquínez Ferrándiz cde9b380e6 Merge pull request #4110 from nemunaire/channel9-fix
[channel9] Fix extraction
10 years ago
Sergey M․ dab647a7b6 [cinemassacre] Keep both extraction approaches and make more robust (Closes #4109) 10 years ago
nemunaire a316a83d2b [channel9] Fix extraction 10 years ago
Naglis Jonaitis 81b22aee8b [izlesene] Update test cases and modernize
The timestamp fluctuates with DST.
10 years ago
Philipp Hagemeister a80c96eab0 release 2014.11.04 10 years ago
Philipp Hagemeister 20436c30c9 [youtube] Clarify output 10 years ago
Philipp Hagemeister 3828505646 [utils] Use a regexp instead of HTMLParser for get_element_by_attribute 10 years ago
Philipp Hagemeister 11fba1751d [imdb] Simplify 10 years ago
Philipp Hagemeister 12ea2f30cf [utils] Remove unused get_meta_content function 10 years ago
Philipp Hagemeister 9c3e870393 [gamespot] Remove unused import 10 years ago
Philipp Hagemeister 44789f2457 [ustream] Use modern helper function instead of old HTML parser 10 years ago
Philipp Hagemeister 711ede6e1b [heise] Fix description, thumbnail and format ID 10 years ago
Philipp Hagemeister a32f253112 [gamespot] Modernize 10 years ago
Philipp Hagemeister 94bd361318 [youtube] Skip sts if missing (Fixes #4095, fixes #4103) 10 years ago
Philipp Hagemeister acd40f64ed [cnn] Modernize test definitions 10 years ago
Sergey M․ 766306450d [played] Capture and output error message 10 years ago
Sergey M․ e7642ab572 [wimp] Fix video URL regex 10 years ago
Naglis Jonaitis bdf9701729 [generic/brightcove] Add a new test case for kijk.nl (#3541) 10 years ago
Naglis Jonaitis b5af6fcdad [brightcove] Make _VALID_URL less greedy and check for empty URLs (#3541) 10 years ago
Philipp Hagemeister 278143df5b [test_compat] Ignore unicode_literals 10 years ago
Sergey M․ fdca55fe34 [trutube] Strip title 10 years ago
Jaime Marquínez Ferrándiz 4f195f55f0 Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081)
'<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).
10 years ago
Jaime Marquínez Ferrándiz ac35c26686 [tests] Don't auto init YoutubeDL
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.
10 years ago
Philipp Hagemeister 42f7d2f588 [test_download] Fix import 10 years ago
Philipp Hagemeister 39f0a2a6b7 [test_swfinterp] Correct compilation on modern mxmlc versions 10 years ago
Philipp Hagemeister ecc0c5ee01 [utils] Modernize 10 years ago
Philipp Hagemeister 451948b28c [compat] Modernize 10 years ago
Philipp Hagemeister baa708036c [compat] Fix imports 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Philipp Hagemeister 4c83c96795 [YoutubeDL] Include rtmpdump in exe versions -v output 10 years ago
Philipp Hagemeister 9580711841 [ffmpeg] Move version detection to utils 10 years ago
Philipp Hagemeister c30ae9594c release 2014.11.02.1 10 years ago
Philipp Hagemeister ffae28ae18 release 2014.11.02 10 years ago
Sergey M․ d9116714f2 [cinemassacre] Fix extraction (Closes #4083) 10 years ago
Philipp Hagemeister 08965906a8 [README] Update FAQ on Ubuntu (#4078) 10 years ago
Alessandro Ghedini ccdd0ffb80 [generic] indicate when a direct video has been extracted
Fixes #4052.
10 years ago
Sergey M․ 5263cdfcf9 [generic] Improve MLB iframe regex 10 years ago
Sergey M․ b2a68d14cf [mlb] Improve _VALID_URL (Closes #4063) 10 years ago
Sergey M․ 6e1cff9c33 [canalplus] Improve and merge with d8 extractor 10 years ago
Sergey M․ 72975729c8 [canalplus] Tweak extractor to support piwiplus (Closes #4046) 10 years ago
Sergey M․ d319948b6a [funnyordie] Add articles URL test 10 years ago
Sergey M. 9a4bf889f9 Merge pull request #4069 from anovicecodemonkey/support_funnyordie_articles_urls
[FunnyOrDie] Add support for "/articles/" URLs
10 years ago