Streamingcommunity (#309)

* added folder for new server

* WIP: streamingcommunity and animeunity

* streaming community for animeunity

* httpserver for streaming from streamingcommunity ws

* fix for episode and tvshows

* log and code cleanup

* fixed multi stream for streamingcommunity. Use 'serve_forever' in order to avoid infinite loop

* added log for debug and info. Little fixes
This commit is contained in:
fatshotty
2021-06-16 17:59:53 +02:00
committed by GitHub
parent 8e020bb605
commit 964cc80cce
9 changed files with 740 additions and 227 deletions
+3
View File
@@ -0,0 +1,3 @@
from lib.streamingcommunity.client import Client
from lib.streamingcommunity.server import Server
__all__ = ['Client', 'Server']