only use the numerical ID
This commit is contained in:
parent
3154d7f79d
commit
6158ba3faa
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class YoupornBrowser(BaseBrowser):
|
|||
ENCODING = None
|
||||
PAGES = {r'http://[w\.]*youporn\.com/?': IndexPage,
|
||||
r'http://[w\.]*youporn\.com/search.*': IndexPage,
|
||||
r'http://[w\.]*youporn\.com/watch/(?P<id>.+)': VideoPage,
|
||||
r'http://[w\.]*youporn\.com/watch/(?P<id>\d+)/?.*': VideoPage,
|
||||
r'http://[w\.]*youporngay\.com:80/watch/(?P<id>.+)': VideoPage,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue