update 'oauth:mastodon:<instance>' code

This commit is contained in:
Mike Fährmann
2021-01-28 02:20:12 +01:00
parent 88fae99811
commit 36bf76fa44
2 changed files with 6 additions and 8 deletions

View File

@@ -219,10 +219,6 @@ class TestExtractorWait(unittest.TestCase):
class TextExtractorOAuth(unittest.TestCase):
@classmethod
def setUpClass(cls):
mastodon.generate_extractors()
def test_oauth1(self):
for category in ("flickr", "smugmug", "tumblr"):
extr = extractor.find("oauth:" + category)