set ENCODING to None to autodetect charset
This commit is contained in:
parent
8e37f7227e
commit
08d2920e03
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ __all__ = ['YoutubeBrowser']
|
|||
|
||||
class YoutubeBrowser(BaseBrowser):
|
||||
DOMAIN = u'youtube.com'
|
||||
ENCODING = None
|
||||
PAGES = {r'.*youtube\.com/watch\?v=(?P<id>.+)': VideoPage,
|
||||
r'.*youtube\.com/index\?ytsession=.+': ForbiddenVideoPage,
|
||||
r'.*youtube\.com/verify_age\?next_url=(?P<next_url>.+)': VerifyAgePage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue