You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
710 B

  1. from __future__ import unicode_literals
  2. from .mtv import MTVServicesInfoExtractor
  3. class SpikeIE(MTVServicesInfoExtractor):
  4. _VALID_URL = r'https?://www\.spike\.com/(video-clips|episodes)/.+'
  5. _TEST = {
  6. 'url': 'http://www.spike.com/video-clips/lhtu8m/auction-hunters-can-allen-ride-a-hundred-year-old-motorcycle',
  7. 'md5': '1a9265f32b0c375793d6c4ce45255256',
  8. 'info_dict': {
  9. 'id': 'b9c8221a-4e50-479a-b86d-3333323e38ba',
  10. 'ext': 'mp4',
  11. 'title': 'Auction Hunters|Can Allen Ride A Hundred Year-Old Motorcycle?',
  12. 'description': 'md5:fbed7e82ed5fad493615b3094a9499cb',
  13. },
  14. }
  15. _FEED_URL = 'http://www.spike.com/feeds/mrss/'