fix(huomao): adapt to new url format

This commit is contained in:
Cheng Gu 2016-10-27 17:44:02 +08:00
parent 95a8d1e8af
commit ac33461c88

View File

@ -6,7 +6,7 @@ from ..common import *
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):