- IE_NAME = u'justin.tv'
-
- def report_download_page(self, channel, offset):
- """Report attempt to download a single page of videos."""
- self.to_screen(u'%s: Downloading video information from %d to %d' %
- (channel, offset, offset + self._JUSTIN_PAGE_LIMIT))
+ IE_NAME = 'justin.tv'
+ IE_DESC = 'justin.tv and twitch.tv'
+ _TEST = {
+ 'url': 'http://www.twitch.tv/thegamedevhub/b/296128360',
+ 'md5': 'ecaa8a790c22a40770901460af191c9a',
+ 'info_dict': {
+ 'id': '296128360',
+ 'ext': 'flv',
+ 'upload_date': '20110927',
+ 'uploader_id': 25114803,
+ 'uploader': 'thegamedevhub',
+ 'title': 'Beginner Series - Scripting With Python Pt.1'
+ }
+ }