From 3f47a215bf5f73e73cd7aa607b340a7b68b9bd3d Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Thu, 18 Nov 2021 18:10:34 +0100 Subject: [PATCH] fix the "name m3u8 is not defined" bug of #2888 --- src/you_get/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/you_get/common.py b/src/you_get/common.py index 529a6471..5786f1b6 100755 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -136,6 +136,7 @@ cookies = None output_filename = None auto_rename = False insecure = False +m3u8 = False fake_headers = { 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', # noqa