mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
fix(huomao): adapt to new url format
This commit is contained in:
parent
95a8d1e8af
commit
ac33461c88
@ -6,7 +6,7 @@ from ..common import *
|
|||||||
|
|
||||||
|
|
||||||
def get_mobile_room_url(room_id):
|
def get_mobile_room_url(room_id):
|
||||||
return 'http://www.huomao.com/mobile/mob_live?cid=%s' % room_id
|
return 'http://www.huomao.com/mobile/mob_live/%s' % room_id
|
||||||
|
|
||||||
|
|
||||||
def get_m3u8_url(stream_id):
|
def get_m3u8_url(stream_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user