We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c7ce2 + 0d8c302 commit 743dba1Copy full SHA for 743dba1
tests/channel_tests/test_chn_urplay.py
@@ -17,7 +17,7 @@ def setUpClass(cls):
17
from resources.lib.urihandler import UriHandler
18
from resources.lib.regexer import Regexer
19
20
- data = UriHandler.open("https://urplay.se", additional_headers=headers)
+ data = UriHandler.open("https://urplay.se")
21
cls._version = Regexer.do_regex(r"<script src=\"[^\"]+/([^/]+)/_buildManifest.js\"", data)[0]
22
23
def test_channel_exists(self):
0 commit comments