Skip to content

Commit 853d03e

Browse files
committed
fix: update bigo match
1 parent 2fb7f7a commit 853d03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
663663
record_url, proxy_addr=proxy_address, cookies=xhs_cookie))
664664
retry += 1
665665

666-
elif record_url.find("https://www.bigo.tv/") > -1 or record_url.find("slink.bigovideo.tv/") > -1:
666+
elif record_url.find("www.bigo.tv/") > -1 or record_url.find("slink.bigovideo.tv/") > -1:
667667
platform = 'Bigo直播'
668668
with semaphore:
669669
port_info = asyncio.run(spider.get_bigo_stream_url(

0 commit comments

Comments
 (0)