dailymotion: Use the right domain
dailymotion.com would always get redirected to www.dailymotion.com. This saves us at least one request.
This commit is contained in:
parent
96860fcb97
commit
c7c23b11ab
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ __all__ = ['DailymotionBrowser']
|
|||
|
||||
|
||||
class DailymotionBrowser(BaseBrowser):
|
||||
DOMAIN = 'dailymotion.com'
|
||||
DOMAIN = 'www.dailymotion.com'
|
||||
ENCODING = None
|
||||
PAGES = {r'http://[w\.]*dailymotion\.com/1': IndexPage,
|
||||
r'http://[w\.]*dailymotion\.com/[a-z\-]{2,5}/1': IndexPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue