From 3bcc7db8045ee83a2e2cbe2e8506de6bd77e82ae Mon Sep 17 00:00:00 2001 From: Shivam Jha Date: Tue, 9 Jun 2020 19:41:17 +0530 Subject: [PATCH] Use local fork of youtube-dl for hotstar fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1699c9b..078a15e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ python-magic beautifulsoup4>=4.8.2,<4.8.10 Pyrogram>=0.16.0,<0.16.10 TgCrypto>=1.1.1,<1.1.10 -youtube-dl +git+git://github.com/lzzy12/youtube-dl@d7c2b43#youtube_dl