aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-20[arte] Clean up format sorting messPhilipp Hagemeister
We now use our standard sorting facilities. As a side effect, it's finally possible to download German videos from French URLs and vice versa.
2014-11-20release 2014.11.202014.11.20Philipp Hagemeister
2014-11-20Merge pull request #4247 from ivan/info-jsonJaime Marquínez Ferrándiz
Fix #4246 and #4244 .info.json bugs
2014-11-20Fix "ERROR: Cannot write metadata to JSON file" on WindowsIvan Kozik
Fixes #4246
2014-11-20Fix UnicodeEncodeError with --write-info-json on Python 2.7 + WindowsIvan Kozik
Fixes #4244
2014-11-20[compat] correct OptionGroup invocation for Python 3 (fixes #4243)Philipp Hagemeister
2014-11-19Work around 2.7.0 deficencies (Fixes #4223)Philipp Hagemeister
2014-11-19[rtlxl] Fix format orderNaglis Jonaitis
2014-11-19[test/test_compat] Restore the old value of the HOME environment variableJaime Marquínez Ferrándiz
If the test was run before the YoutubeIE tests (for example by running "nosetests -v test/test_compat.py test/test_download.py -m 'Youtube_1|compat_expand'"), it wrote the signatures cache to the 'C:\Documents and Settings\тест\Application Data' folder. It failed due to a problem in the cache code and the write_json_file function (fixed in f03e33b89a622af13fa5275c46b63aaa4814c499)
2014-11-19[cache] Fix writing to paths with unicode charactersJaime Marquínez Ferrándiz
* Use "compat_getenv" * "write_json_file" now expects the filename to be a string
2014-11-19[rtlxl] Use m3u8 streams instead of f4m (#4115, #4118)Naglis Jonaitis
2014-11-18[vk] date_added is now extracted from the video page.Will Sewell
2014-11-18[vk] Updated the regex for matching user video pages. It now matches ↵Will Sewell
optional URL parameters too.
2014-11-18[youtube] Add webm audio formats (Fixes #4229)Philipp Hagemeister
2014-11-17[vk] Added a new information extractor for pages that are a list of a ↵Will Sewell
user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors.
2014-11-17[youtube] Better error message for DASH manifestPhilipp Hagemeister
2014-11-17[swfinterp] Improve undefined representationPhilipp Hagemeister
2014-11-17[swfinterp] Add more builtins and improve static variablesPhilipp Hagemeister
2014-11-17[swfinterp] Add support for more complicated constantsPhilipp Hagemeister
2014-11-17[utils] Remove stray u'Philipp Hagemeister
2014-11-17[swfinterp] Basic support for constants (only ints for now)Philipp Hagemeister
2014-11-17[swfinterp] Implement bitand and pushshort operatorsPhilipp Hagemeister
2014-11-17[swfinterp] Implement charCodeAtPhilipp Hagemeister
2014-11-17[swfinterp] Formalize built-in classesPhilipp Hagemeister
2014-11-17[swfinterp] Implement various opcodesPhilipp Hagemeister
2014-11-17[swfinterp] Add support for void methodsPhilipp Hagemeister
2014-11-17[swfinterp] Implement pushtrue and pushfalse opcodesPhilipp Hagemeister
2014-11-17[swfinterp] Implement equals opcodePhilipp Hagemeister
2014-11-17[swfinterp] Implement String basicsPhilipp Hagemeister
2014-11-17[swfinterp] Interpret yet more opcodesPhilipp Hagemeister
2014-11-17[swfinterp] Better error messagePhilipp Hagemeister
2014-11-17[swfinterp] Intepret more multinamesPhilipp Hagemeister
2014-11-17[swfinterp] Implement member assignmentPhilipp Hagemeister
2014-11-17[swfinterp] Allow function patchingPhilipp Hagemeister
2014-11-16[tests] ModernizePhilipp Hagemeister
2014-11-16[__init__] ModernizePhilipp Hagemeister
2014-11-16[downloader/common] ModernizePhilipp Hagemeister
2014-11-16[eporner] Fix duration (Closes #4188)Philipp Hagemeister
2014-11-16release 2014.11.162014.11.16Philipp Hagemeister
2014-11-16[spiegel] Correct handling of redirects to spiegel.tv (Closes #4211)Philipp Hagemeister
2014-11-16[spiegeltv] Match hash-style URLs (Closes #4210)Philipp Hagemeister
2014-11-16[spiegeltv] ModernizePhilipp Hagemeister
2014-11-15[utils] Fix "write_json_file" for unicode names in python 2.x (fixes #4125)Jaime Marquínez Ferrándiz
2014-11-15[bliptv] Fix the resolve of lookup ID (Closes #4197)Naglis Jonaitis
2014-11-15release 2014.11.15.12014.11.15.1Philipp Hagemeister
2014-11-15[goldenmoustache] Fix title (Closes #4203)Philipp Hagemeister
2014-11-15[compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813)Philipp Hagemeister
2014-11-15release 2014.11.152014.11.15Philipp Hagemeister
2014-11-15[mailru] Adapt to new data format (Fixes #4201)Philipp Hagemeister
2014-11-15[crunchyroll] Remove NOP code (#2782)Philipp Hagemeister