[Streams] Remove communities support (#2223)

See [this blog post](https://blog.twitch.tv/introducing-tags-and-new-categories-33744ef7b04f), communities on Twitch have been discontinued.
This commit is contained in:
palmtree5
2019-02-20 21:37:28 -09:00
committed by Toby Harradine
parent b65466cebd
commit 77a0a67029
3 changed files with 3 additions and 268 deletions

View File

@@ -6,10 +6,6 @@ class StreamNotFound(StreamsError):
pass
class CommunityNotFound(StreamsError):
pass
class APIError(StreamsError):
pass
@@ -24,7 +20,3 @@ class InvalidYoutubeCredentials(StreamsError):
class OfflineStream(StreamsError):
pass
class OfflineCommunity(StreamsError):
pass