~ubuntu-branches/ubuntu/vivid/youtube-dl/vivid

« back to all changes in this revision

Viewing changes to youtube_dl/extractor/vk.py

  • Committer: Package Import Robot
  • Author(s): Rogério Brito
  • Date: 2015-03-01 02:12:13 UTC
  • mfrom: (44.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20150301021213-8w657cue71kp77sz
Tags: 2015.02.28-1
Imported Upstream version 2015.02.28. Closes: #778765.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
    _TEMPLATE_URL = 'https://vk.com/videos'
218
218
    _TEST = {
219
219
        'url': 'http://vk.com/videos205387401',
 
220
        'info_dict': {
 
221
            'id': '205387401',
 
222
        },
220
223
        'playlist_mincount': 4,
221
224
    }
222
225