Rename BasePage to Page
This commit is contained in:
parent
44dffce7b2
commit
444d36eee8
146 changed files with 525 additions and 525 deletions
|
|
@ -21,13 +21,13 @@
|
|||
import datetime
|
||||
import re
|
||||
|
||||
from weboob.tools.browser import BasePage, BrokenPageError
|
||||
from weboob.tools.browser import Page, BrokenPageError
|
||||
from weboob.capabilities.image import BaseImage
|
||||
|
||||
from ..video import InaVideo
|
||||
|
||||
|
||||
class SearchPage(BasePage):
|
||||
class SearchPage(Page):
|
||||
URL_REGEXP = re.compile(r'/(.+)/(.+)\.jpeg')
|
||||
|
||||
def iter_videos(self):
|
||||
|
|
|
|||
|
|
@ -23,12 +23,12 @@ import re
|
|||
|
||||
from weboob.capabilities import NotAvailable
|
||||
from weboob.capabilities.image import BaseImage
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.tools.browser import Page
|
||||
|
||||
from ..video import InaVideo
|
||||
|
||||
|
||||
class VideoPage(BasePage):
|
||||
class VideoPage(Page):
|
||||
URL_REGEXP = re.compile('http://player.ina.fr/notices/(.+)\.mrss')
|
||||
|
||||
def get_id(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue