Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [vk] Catch ownership confirmation request | Sergey M․ | 2015-07-07 | 1 | -0/+5 | |
| | ||||||
* | [vk] Fix extraction (Closes #6153) | Sergey M․ | 2015-07-07 | 1 | -1/+1 | |
| | ||||||
* | [vk] Fix authentication (Closes #6105) | Sergey M․ | 2015-06-27 | 1 | -9/+16 | |
| | ||||||
* | [vk] Extract view count | Sergey M․ | 2015-06-15 | 1 | -2/+13 | |
| | ||||||
* | [vk] Fix upload date extraction | Sergey M․ | 2015-06-15 | 1 | -1/+1 | |
| | ||||||
* | [vk] Fix extraction (Closes #5987) | Sergey M․ | 2015-06-15 | 1 | -3/+3 | |
| | ||||||
* | [vk] Fix authentication for non-ASCII login/password | Sergey M․ | 2015-06-13 | 1 | -2/+2 | |
| | ||||||
* | [vk] Fix test (Closes #5100) | Sergey M․ | 2015-03-02 | 1 | -1/+1 | |
| | ||||||
* | [vk] Fix extraction (Closes #4967, closes #4686) | Sergey M․ | 2015-03-01 | 1 | -1/+1 | |
| | ||||||
* | [vk] Catch temporarily unavailable video error message | Sergey M․ | 2015-03-01 | 1 | -1/+4 | |
| | ||||||
* | [vk] Amend playlist test | Philipp Hagemeister | 2015-02-18 | 1 | -0/+3 | |
| | ||||||
* | [vk] Remove debug assert statement (fixes #4672, fixes #4514) | Jaime Marquínez Ferrándiz | 2015-01-09 | 1 | -1/+0 | |
| | ||||||
* | [vk] Add support for rutube embeds (Fixes #4514) | Philipp Hagemeister | 2015-01-04 | 1 | -0/+9 | |
| | ||||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -4/+7 | |
| | | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||||
* | [vk] PEP8 | Philipp Hagemeister | 2014-11-23 | 1 | -5/+7 | |
| | ||||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -2/+2 | |
| | ||||||
* | [vk] Some PEP8 love | Philipp Hagemeister | 2014-11-23 | 1 | -3/+6 | |
| | ||||||
* | [vk] Clarify test | Philipp Hagemeister | 2014-11-23 | 1 | -15/+5 | |
| | ||||||
* | [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 | 1 | -1/+36 | |
| | | | | user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors. | |||||
* | [vk] Generalize errors | Sergey M․ | 2014-10-28 | 1 | -6/+12 | |
| | ||||||
* | [vk] Handle deleted videos | Sergey M․ | 2014-10-28 | 1 | -0/+4 | |
| | ||||||
* | [vk] Skip georestricted ivi embed test | Sergey M․ | 2014-06-30 | 1 | -0/+1 | |
| | ||||||
* | [vk] Better support for embeds | Sergey M․ | 2014-06-29 | 1 | -0/+21 | |
| | ||||||
* | [vk] Add support for mobile URLs | Sergey M․ | 2014-06-29 | 1 | -1/+1 | |
| | ||||||
* | [vk] Add support for more URL formats (#3172) | Sergey M․ | 2014-06-29 | 1 | -2/+26 | |
| | ||||||
* | [vk] Update test | Sergey M․ | 2014-06-29 | 1 | -1/+1 | |
| | ||||||
* | [vk] Update test | Sergey M․ | 2014-05-11 | 1 | -2/+2 | |
| | ||||||
* | [vk] Support optional dash for oid in embedded links | Sergey M․ | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | [vk] Add support for embedded videos (Closes #2473) | Sergey M. | 2014-02-28 | 1 | -3/+18 | |
| | ||||||
* | [vk] Add entry for netrc authentication | Sergey M. | 2014-02-17 | 1 | -0/+1 | |
| | ||||||
* | [vk] Add login feature (Closes #2206) | Sergey M. | 2014-02-17 | 1 | -16/+68 | |
| | ||||||
* | [vk] Add support for HQ videos (Fixes #2187) | Philipp Hagemeister | 2014-01-21 | 1 | -5/+22 | |
| | ||||||
* | [vk] Use unicode_literals | Philipp Hagemeister | 2014-01-21 | 1 | -9/+10 | |
| | ||||||
* | [vk] avoid built-in names | Philipp Hagemeister | 2014-01-21 | 1 | -7/+7 | |
| | ||||||
* | Add an extractor for vk.com (closes #1635) | Jaime Marquínez Ferrándiz | 2013-11-01 | 1 | -0/+45 | |