From 662f59f442a56ea3dca4fdad7bf072a3c5eef578 Mon Sep 17 00:00:00 2001 From: wbt5 Date: Mon, 8 Nov 2021 22:34:51 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E8=89=BA=E6=B0=94=E5=B1=B1=E7=9B=B4=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 173.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/173.py b/173.py index 5f5d50e..981f66b 100644 --- a/173.py +++ b/173.py @@ -9,7 +9,7 @@ class YQS: self.rid = rid def get_real_url(self): - params = 'roomId={}'.format(self.rid) + params = f'roomId={self.rid}' with requests.Session() as s: res = s.post('https://www.173.com/room/getVieoUrl', params=params).json() data = res['data']