Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-23 | Merge remote-tracking branch 'WillSewell/vk-playlists' | Philipp Hagemeister | |
2014-11-23 | release 2014.11.232014.11.23 | Philipp Hagemeister | |
2014-11-23 | [youtube] Support controversy videos (Fixes #4275) | Philipp Hagemeister | |
2014-11-23 | Credit @nulloz for telebruxelles (#4270) | Philipp Hagemeister | |
2014-11-23 | [telebruxelles] Simplify (#4270) | Philipp Hagemeister | |
2014-11-23 | Merge remote-tracking branch 'nulloz/telebruxelles' | Philipp Hagemeister | |
2014-11-22 | [rtlxl] Use unencrypted m3u8 streams (#4115) | Naglis Jonaitis | |
2014-11-22 | telebruxelles Add new extractor | nulloz | |
2014-11-21 | [vk.com] Added newline at the end of the file. | Will Sewell | |
2014-11-21 | [vk.com] Removed redundant log message -- this information is already being ↵ | Will Sewell | |
logged. | |||
2014-11-21 | [vk.com] Simplified the page_id acquisition by using the id matched in the ↵ | Will Sewell | |
URL earlier on. | |||
2014-11-21 | [vk.com] Updated the extract_videos_from_page function with a much simpler ↵ | Will Sewell | |
1-liner. | |||
2014-11-21 | [vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional ↵ | Will Sewell | |
m, and named the id group. | |||
2014-11-21 | [vk.com] Updated the description to include vk.com. | Will Sewell | |
2014-11-21 | [vk.com] Updated a test video that has been removed, and added a comment for ↵ | Will Sewell | |
others to update two other test videos that are also now removed. | |||
2014-11-21 | [vk.com] Added upload_date variable to the test cases that still work. | Will Sewell | |
2014-11-21 | release 2014.11.21.12014.11.21.1 | Philipp Hagemeister | |
2014-11-21 | [YoutubeDL] Fix multi_video check | Philipp Hagemeister | |
2014-11-21 | [folketinget] Add extractor (Fixes #4262) | Philipp Hagemeister | |
2014-11-21 | [sztv] Remove useless determine_ext call | Philipp Hagemeister | |
2014-11-21 | [sztvhu] Modernize | Philipp Hagemeister | |
2014-11-21 | [generic] Add support for single quotes in HTML5 videos (Fixes #4265) | Philipp Hagemeister | |
2014-11-21 | release 2014.11.212014.11.21 | Philipp Hagemeister | |
2014-11-21 | Merge pull request #4261 from tinybug/patch-4 | Philipp Hagemeister | |
Update jsinterp.py | |||
2014-11-21 | Update jsinterp.py | tinybug | |
http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js fix raise ExtractorError | |||
2014-11-21 | [YoutubeDL] Support new _type multi_video | Philipp Hagemeister | |
2014-11-21 | [blip.tv:user] Modernize and add a test | Philipp Hagemeister | |
2014-11-21 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-11-20 | [brightcove] Improve error message detection (#4256) | Jaime Marquínez Ferrándiz | |
2014-11-20 | [brightcove] Remove the namespace from the BrightcoveExperience html object | Jaime Marquínez Ferrándiz | |
2014-11-20 | [vh1] Modernize | Philipp Hagemeister | |
2014-11-20 | [extractor/common] Document _type values (Motivated by #4254) | Philipp Hagemeister | |
2014-11-20 | [comedycentral] Modernize | Philipp Hagemeister | |
2014-11-20 | remove unused imports | Philipp Hagemeister | |
2014-11-20 | [stanfordoc] Modernize | Philipp Hagemeister | |
2014-11-20 | [YoutubeDL] Warn if an extractor returns compat_list | Philipp Hagemeister | |
2014-11-20 | [mtv] Return a proper playlist result (#4254) | Philipp Hagemeister | |
2014-11-20 | release 2014.11.20.12014.11.20.1 | Philipp Hagemeister | |
2014-11-20 | [utils] Improve update on error message somewhat | Philipp Hagemeister | |
We still may want to implement a bulletproof check for the current version, and a better place to add this message so that it works for all kind of other errors too. | |||
2014-11-20 | [arte] Clean up format sorting mess | Philipp 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-20 | release 2014.11.202014.11.20 | Philipp Hagemeister | |
2014-11-20 | Merge pull request #4247 from ivan/info-json | Jaime Marquínez Ferrándiz | |
Fix #4246 and #4244 .info.json bugs | |||
2014-11-20 | Fix "ERROR: Cannot write metadata to JSON file" on Windows | Ivan Kozik | |
Fixes #4246 | |||
2014-11-20 | Fix UnicodeEncodeError with --write-info-json on Python 2.7 + Windows | Ivan Kozik | |
Fixes #4244 | |||
2014-11-20 | [compat] correct OptionGroup invocation for Python 3 (fixes #4243) | Philipp Hagemeister | |
2014-11-19 | Work around 2.7.0 deficencies (Fixes #4223) | Philipp Hagemeister | |
2014-11-19 | [rtlxl] Fix format order | Naglis Jonaitis | |
2014-11-19 | [test/test_compat] Restore the old value of the HOME environment variable | Jaime 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 characters | Jaime 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 | |