From 6e986a88ca8217e8546e8648a149e2be7aa087da Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Tue, 17 Aug 2021 23:53:49 +0300 Subject: switched to the yt-dlp fork of youtube-dl (closes #41) --- app/main.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/main.py') diff --git a/app/main.py b/app/main.py index dad19e3..d94967b 100644 --- a/app/main.py +++ b/app/main.py @@ -3,9 +3,7 @@ import os from aiohttp import web -import asyncio import socketio -import time import logging import json -- cgit