add __all__ variable to many modules
This commit is contained in:
parent
8638024756
commit
cebcead318
10 changed files with 38 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ from weboob.tools.parsers.lxmlhtmlparser import LxmlHtmlParser
|
|||
|
||||
from .pages import VideoPage
|
||||
|
||||
video_signature_regex = re.compile(r'&t=([^ ,&]*)')
|
||||
__all__ = ['YoutubeBrowser']
|
||||
|
||||
class YoutubeBrowser(BaseBrowser):
|
||||
video_signature_regex = re.compile(r'&t=([^ ,&]*)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue