Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / patterns.py
Size: Mime:
# 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.\-_=]+'