mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 22:37:24 +03:00
Merge pull request #214 from dmunozv04/update-readme
Add badges to README.md
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# iSponsorBlockTV
|
# iSponsorBlockTV
|
||||||
|
[](https://ghcr.io/dmunozv04/isponsorblocktv)
|
||||||
|
[](https://hub.docker.com/r/dmunozv04/isponsorblocktv/)
|
||||||
|
[](https://github.com/dmunozv04/iSponsorBlockTV/releases/latest)
|
||||||
|
[](https://github.com/dmunozv04/isponsorblocktv)
|
||||||
|
|
||||||
Skip sponsor segments in YouTube videos playing on a YouTube TV device (see below for compatibility details).
|
Skip sponsor segments in YouTube videos playing on a YouTube TV device (see below for compatibility details).
|
||||||
|
|
||||||
This project is written in asynchronous python and should be pretty quick.
|
This project is written in asynchronous python and should be pretty quick.
|
||||||
|
|||||||
@@ -145,9 +145,11 @@ async def finish(devices, web_session, tcp_connector):
|
|||||||
await web_session.close()
|
await web_session.close()
|
||||||
await tcp_connector.close()
|
await tcp_connector.close()
|
||||||
|
|
||||||
|
|
||||||
def handle_signal(signum, frame):
|
def handle_signal(signum, frame):
|
||||||
raise KeyboardInterrupt()
|
raise KeyboardInterrupt()
|
||||||
|
|
||||||
|
|
||||||
def main(config, debug):
|
def main(config, debug):
|
||||||
loop = asyncio.get_event_loop_policy().get_event_loop()
|
loop = asyncio.get_event_loop_policy().get_event_loop()
|
||||||
tasks = [] # Save the tasks so the interpreter doesn't garbage collect them
|
tasks = [] # Save the tasks so the interpreter doesn't garbage collect them
|
||||||
|
|||||||
Reference in New Issue
Block a user