country links
This commit is contained in:
parent
7f250988c0
commit
07a3794225
1 changed files with 5 additions and 1 deletions
|
@ -64,7 +64,11 @@ class Imdb(SiteParser):
|
||||||
},
|
},
|
||||||
'countries': {
|
'countries': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': '<a href="/Sections/Countries/.*?/">(.*?)</a>',
|
're': [
|
||||||
|
'<div class="info"><h5>Country:</h5>.*?<div class="info">',
|
||||||
|
#'<a href="/country/.*?">(.*?)</a>', #links changed to work with existing caches, just take all links
|
||||||
|
'<a.*?>(.*?)</a>',
|
||||||
|
],
|
||||||
'type': 'list'
|
'type': 'list'
|
||||||
},
|
},
|
||||||
'creators': {
|
'creators': {
|
||||||
|
|
Loading…
Reference in a new issue