summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vk.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [vk] Catch ownership confirmation requestSergey M․2015-07-071-0/+5
|
* [vk] Fix extraction (Closes #6153)Sergey M․2015-07-071-1/+1
|
* [vk] Fix authentication (Closes #6105)Sergey M․2015-06-271-9/+16
|
* [vk] Extract view countSergey M․2015-06-151-2/+13
|
* [vk] Fix upload date extractionSergey M․2015-06-151-1/+1
|
* [vk] Fix extraction (Closes #5987)Sergey M․2015-06-151-3/+3
|
* [vk] Fix authentication for non-ASCII login/passwordSergey M․2015-06-131-2/+2
|
* [vk] Fix test (Closes #5100)Sergey M․2015-03-021-1/+1
|
* [vk] Fix extraction (Closes #4967, closes #4686)Sergey M․2015-03-011-1/+1
|
* [vk] Catch temporarily unavailable video error messageSergey M․2015-03-011-1/+4
|
* [vk] Amend playlist testPhilipp Hagemeister2015-02-181-0/+3
|
* [vk] Remove debug assert statement (fixes #4672, fixes #4514)Jaime Marquínez Ferrándiz2015-01-091-1/+0
|
* [vk] Add support for rutube embeds (Fixes #4514)Philipp Hagemeister2015-01-041-0/+9
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-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] PEP8Philipp Hagemeister2014-11-231-5/+7
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
|
* [vk] Some PEP8 lovePhilipp Hagemeister2014-11-231-3/+6
|
* [vk] Clarify testPhilipp Hagemeister2014-11-231-15/+5
|
* [vk.com] Added newline at the end of the file.Will Sewell2014-11-211-1/+1
|
* [vk.com] Removed redundant log message -- this information is already being ↵Will Sewell2014-11-211-3/+0
| | | | logged.
* [vk.com] Simplified the page_id acquisition by using the id matched in the ↵Will Sewell2014-11-211-7/+1
| | | | URL earlier on.
* [vk.com] Updated the extract_videos_from_page function with a much simpler ↵Will Sewell2014-11-211-9/+3
| | | | 1-liner.
* [vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional ↵Will Sewell2014-11-211-1/+1
| | | | m, and named the id group.
* [vk.com] Updated the description to include vk.com.Will Sewell2014-11-211-1/+1
|
* [vk.com] Updated a test video that has been removed, and added a comment for ↵Will Sewell2014-11-211-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 Sewell2014-11-211-0/+4
|
* [vk] date_added is now extracted from the video page.Will Sewell2014-11-181-2/+9
|
* [vk] Updated the regex for matching user video pages. It now matches ↵Will Sewell2014-11-181-1/+1
| | | | optional URL parameters too.
* [vk] Added a new information extractor for pages that are a list of a ↵Will Sewell2014-11-171-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 errorsSergey M․2014-10-281-6/+12
|
* [vk] Handle deleted videosSergey M․2014-10-281-0/+4
|
* [vk] Skip georestricted ivi embed testSergey M․2014-06-301-0/+1
|
* [vk] Better support for embedsSergey M․2014-06-291-0/+21
|
* [vk] Add support for mobile URLsSergey M․2014-06-291-1/+1
|
* [vk] Add support for more URL formats (#3172)Sergey M․2014-06-291-2/+26
|
* [vk] Update testSergey M․2014-06-291-1/+1
|
* [vk] Update testSergey M․2014-05-111-2/+2
|
* [vk] Support optional dash for oid in embedded linksSergey M․2014-04-011-1/+1
|
* [vk] Add support for embedded videos (Closes #2473)Sergey M.2014-02-281-3/+18
|
* [vk] Add entry for netrc authenticationSergey M.2014-02-171-0/+1
|
* [vk] Add login feature (Closes #2206)Sergey M.2014-02-171-16/+68
|
* [vk] Add support for HQ videos (Fixes #2187)Philipp Hagemeister2014-01-211-5/+22
|
* [vk] Use unicode_literalsPhilipp Hagemeister2014-01-211-9/+10
|
* [vk] avoid built-in namesPhilipp Hagemeister2014-01-211-7/+7
|
* Add an extractor for vk.com (closes #1635)Jaime Marquínez Ferrándiz2013-11-011-0/+45