Repository URL to install this package:
# Regular expressions that match the resource ids; useful for url pattern # matching. VIDEO_ID_PATTERN = r'[a-zA-Z0-9.\-_]+' SUBTITLE_ID_PATTERN = r'[a-zA-Z0-9.\-_=]+'