Skip to content

Commit

Permalink
Revert "[roosterteeth] add support for watch URLs"
Browse files Browse the repository at this point in the history
This reverts commit cfc0acb.
  • Loading branch information
Lamieur committed Apr 20, 2020
1 parent 48c3655 commit 119468e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions youtube_dl/extractor/roosterteeth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


class RoosterTeethIE(InfoExtractor):
_VALID_URL = r'https?://(?:.+?\.)?roosterteeth\.com/(?:episode|watch)/(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?:.+?\.)?roosterteeth\.com/episode/(?P<id>[^/?#&]+)'
_LOGIN_URL = 'https://roosterteeth.com/login'
_NETRC_MACHINE = 'roosterteeth'
_TESTS = [{
Expand Down Expand Up @@ -49,9 +49,6 @@ class RoosterTeethIE(InfoExtractor):
# only available for FIRST members
'url': 'http://roosterteeth.com/episode/rt-docs-the-world-s-greatest-head-massage-the-world-s-greatest-head-massage-an-asmr-journey-part-one',
'only_matching': True,
}, {
'url': 'https://roosterteeth.com/watch/million-dollars-but-season-2-million-dollars-but-the-game-announcement',
'only_matching': True,
}]

def _login(self):
Expand Down

0 comments on commit 119468e

Please sign in to comment.