Skip to content

Commit

Permalink
plugins.youtube: Support /channel URLs.
Browse files Browse the repository at this point in the history
Resolves #825.
  • Loading branch information
chrippa committed Mar 29, 2015
1 parent c79cfda commit 17726cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/livestreamer/plugins/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def parse_fmt_list(formatsmap):
)
|
(?:
/user/(?P<user>[^/?]+)
/(user|channel)/(?P<user>[^/?]+)
)
)
""", re.VERBOSE)
Expand Down

0 comments on commit 17726cf

Please sign in to comment.