Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-02-08 10:22
Flavor·ECMAScript (JavaScript)

/
(?:musicdb|videodb|special):\/\/(?<Type>albums|genres|artists|tvshows|(?:master)?profile)\/(?:(?<=\/profile\/)(?<PlaylistType>.+)\/)?(?:(?<=\/tvshows\/)(?:titles\/))?(?<Identifier>[\w\d-.]+)(?:\/(?<=.+tvshows.+)(?<Season>\d+))?
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous