Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 34 | -133/+124 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 151 | -343/+419 |
| | |||||
* | [smotri] Adapt to new API and modernize | Sergey M․ | 2014-11-23 | 1 | -107/+44 |
| | |||||
* | [rtlxl] Strip additional dot from video URL (#4115) | Naglis Jonaitis | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | release 2014.11.23.1 | Philipp Hagemeister | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | Provide guidance when called with a YouTube ID starting with a dash. | Philipp Hagemeister | 2014-11-23 | 5 | -4/+41 |
| | | | | Reported at https://news.ycombinator.com/item?id=8648121 | ||||
* | Credit @WillSewell for vk:user (#4233) | Philipp Hagemeister | 2014-11-23 | 1 | -0/+1 |
| | |||||
* | [vk] Some PEP8 love | Philipp Hagemeister | 2014-11-23 | 1 | -3/+6 |
| | |||||
* | [vk] Clarify test | Philipp Hagemeister | 2014-11-23 | 1 | -15/+5 |
| | |||||
* | Merge remote-tracking branch 'WillSewell/vk-playlists' | Philipp Hagemeister | 2014-11-23 | 2 | -10/+52 |
|\ | |||||
| * | [vk.com] Added newline at the end of the file. | Will Sewell | 2014-11-21 | 1 | -1/+1 |
| | | |||||
| * | [vk.com] Removed redundant log message -- this information is already being ↵ | Will Sewell | 2014-11-21 | 1 | -3/+0 |
| | | | | | | | | logged. | ||||
| * | [vk.com] Simplified the page_id acquisition by using the id matched in the ↵ | Will Sewell | 2014-11-21 | 1 | -7/+1 |
| | | | | | | | | URL earlier on. | ||||
| * | [vk.com] Updated the extract_videos_from_page function with a much simpler ↵ | Will Sewell | 2014-11-21 | 1 | -9/+3 |
| | | | | | | | | 1-liner. | ||||
| * | [vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional ↵ | Will Sewell | 2014-11-21 | 1 | -1/+1 |
| | | | | | | | | m, and named the id group. | ||||
| * | [vk.com] Updated the description to include vk.com. | Will Sewell | 2014-11-21 | 1 | -1/+1 |
| | | |||||
| * | [vk.com] Updated a test video that has been removed, and added a comment for ↵ | Will Sewell | 2014-11-21 | 1 | -6/+14 |
| | | | | | | | | others to update two other test videos that are also now removed. | ||||
| * | [vk.com] Added upload_date variable to the test cases that still work. | Will Sewell | 2014-11-21 | 1 | -0/+4 |
| | | |||||
| * | [vk] date_added is now extracted from the video page. | Will Sewell | 2014-11-18 | 1 | -2/+9 |
| | | |||||
| * | [vk] Updated the regex for matching user video pages. It now matches ↵ | Will Sewell | 2014-11-18 | 1 | -1/+1 |
| | | | | | | | | optional URL parameters too. | ||||
| * | [vk] Added a new information extractor for pages that are a list of a ↵ | Will Sewell | 2014-11-17 | 2 | -2/+40 |
| | | | | | | | | user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors. | ||||
* | | release 2014.11.23 | Philipp Hagemeister | 2014-11-23 | 1 | -1/+1 |
| | | |||||
* | | [youtube] Support controversy videos (Fixes #4275) | Philipp Hagemeister | 2014-11-23 | 1 | -1/+14 |
| | | |||||
* | | Credit @nulloz for telebruxelles (#4270) | Philipp Hagemeister | 2014-11-23 | 1 | -0/+1 |
| | | |||||
* | | [telebruxelles] Simplify (#4270) | Philipp Hagemeister | 2014-11-23 | 1 | -32/+40 |
| | | |||||
* | | Merge remote-tracking branch 'nulloz/telebruxelles' | Philipp Hagemeister | 2014-11-23 | 2 | -0/+53 |
|\ \ | |||||
| * | | telebruxelles Add new extractor | nulloz | 2014-11-22 | 2 | -0/+53 |
| | | | |||||
* | | | [rtlxl] Use unencrypted m3u8 streams (#4115) | Naglis Jonaitis | 2014-11-22 | 1 | -4/+4 |
| | | | |||||
* | | | release 2014.11.21.1 | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | [YoutubeDL] Fix multi_video check | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | [folketinget] Add extractor (Fixes #4262) | Philipp Hagemeister | 2014-11-21 | 2 | -0/+76 |
| | | | |||||
* | | | [sztv] Remove useless determine_ext call | Philipp Hagemeister | 2014-11-21 | 1 | -2/+0 |
| | | | |||||
* | | | [sztvhu] Modernize | Philipp Hagemeister | 2014-11-21 | 1 | -12/+10 |
| | | | |||||
* | | | [generic] Add support for single quotes in HTML5 videos (Fixes #4265) | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | release 2014.11.21 | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4261 from tinybug/patch-4 | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update jsinterp.py | ||||
| * | | | Update jsinterp.py | tinybug | 2014-11-21 | 1 | -1/+1 |
|/ / / | | | | | | | | | | http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js fix raise ExtractorError | ||||
* | | | [YoutubeDL] Support new _type multi_video | Philipp Hagemeister | 2014-11-21 | 1 | -1/+1 |
| | | | |||||
* | | | [blip.tv:user] Modernize and add a test | Philipp Hagemeister | 2014-11-21 | 1 | -2/+12 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-11-21 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | [brightcove] Improve error message detection (#4256) | Jaime Marquínez Ferrándiz | 2014-11-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | [brightcove] Remove the namespace from the BrightcoveExperience html object | Jaime Marquínez Ferrándiz | 2014-11-20 | 1 | -0/+2 |
| | | | | |||||
* | | | | [vh1] Modernize | Philipp Hagemeister | 2014-11-20 | 1 | -1/+4 |
|/ / / | |||||
* | | | [extractor/common] Document _type values (Motivated by #4254) | Philipp Hagemeister | 2014-11-20 | 1 | -1/+37 |
| | | | |||||
* | | | [comedycentral] Modernize | Philipp Hagemeister | 2014-11-20 | 1 | -3/+1 |
| | | | |||||
* | | | remove unused imports | Philipp Hagemeister | 2014-11-20 | 4 | -5/+1 |
| | | | |||||
* | | | [stanfordoc] Modernize | Philipp Hagemeister | 2014-11-20 | 1 | -51/+37 |
| | | | |||||
* | | | [YoutubeDL] Warn if an extractor returns compat_list | Philipp Hagemeister | 2014-11-20 | 1 | -0/+3 |
| | | | |||||
* | | | [mtv] Return a proper playlist result (#4254) | Philipp Hagemeister | 2014-11-20 | 1 | -1/+2 |
| | | | |||||
* | | | release 2014.11.20.1 | Philipp Hagemeister | 2014-11-20 | 1 | -1/+1 |
| | | |