Fix hbo.com support

This commit is contained in:
Greg Ball 2018-03-01 19:22:25 -05:00
parent be4ac59782
commit 3dea1269e1

View File

@ -4,7 +4,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..compat import compat_str
from ..utils import (
xpath_text,
xpath_element,
@ -195,7 +194,6 @@ class HBOEpisodeIE(HBOBaseIE):
}
}]
def _real_extract(self, url):
video_id = 'series/' + self._match_id(url)
return self._extract_from_id(video_id)