Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

大佬,能增加非酒店的源么,比如电信,移动的盒子的?酒店源失效好像非常快,有时候出来10分钟就没了。 #51

Open
forkman24 opened this issue Apr 17, 2024 · 17 comments

Comments

@forkman24
Copy link

No description provided.

@ssili126
Copy link
Owner

盒子的不太懂,倒是自己可以修改增加些自己城市的酒店搜索地址

@forkman24
Copy link
Author

请教下要怎么改,小白,完全小白那种。:)

@forkman24
Copy link
Author

forkman24 commented Apr 20, 2024

@ssili126
Copy link
Owner

用浏览器打开一个网址,就清楚了

@forkman24
Copy link
Author

好的,这点弄明白了。我看了下3个python文件,有建议“###urls城市根据自己所处地理位置修改”的只存在于itvall(ZHGXTV)这个文件里,是不是只需要在这个里面添加即可,不用再改itv_all(1080),itv_all,这2个文件了

@ssili126
Copy link
Owner

都是独立的,每个都可以改

@654850695
Copy link

都是独立的,每个都可以改

Error: Process completed with exit code 1..自动py更新报错是咋回事啊。

@forkman24
Copy link
Author

都是独立的,每个都可以改

好的,谢谢指点。我来修改下试试。另外大佬,再请教个问题,这2个网络空间的话,如果将文件中的"iptv/live/zh_cn.js" && country="CN" && region="Hebei"做修改,比如iptv/live/zh_cn.js改成iptv/live/tw_cn.js,country="CN"改成country="TW",region="Hebei"改成region="Taiwan",是不是可以搜索到台湾的频道?这种修改要遵循什么样的法则?

@ssili126
Copy link
Owner

只保留第一个,什么cn什么的都去掉,你就能看有没有其他地区的了

@forkman24
Copy link
Author

只保留第一个,什么cn什么的都去掉,你就能看有没有其他地区的了

我好像问了一个愚蠢的问题,去掉cn这些后即使能搜到,但是也无法抓取对吧,因为需要修改python文件的写法了,比如这些语句。
with open("itvlist.txt", 'w', encoding='utf-8') as file:
channel_counters = {}
file.write('央视频道,#genre#\n')
for result in results:
channel_name, channel_url, speed = result
if 'CCTV' in channel_name:
if channel_name in channel_counters:
if channel_counters[channel_name] >= result_counter:
continue
else:
file.write(f"{channel_name},{channel_url}\n")
channel_counters[channel_name] += 1
else:
file.write(f"{channel_name},{channel_url}\n")
channel_counters[channel_name] = 1
channel_counters = {}
file.write('卫视频道,#genre#\n')
就是说如果要抓取其它频道,需要懂python,然后去修改那3个python文件,才能行得通。对吧。

@ssili126
Copy link
Owner

搜索的只有国内的,其他地方的搜索不到的。

@forkman24
Copy link
Author

大佬请看附图,我用的这些关键词搜索的。不过我完全不懂python,所以是不是即使有这些数据大佬现在的文件是不是也抓不到任何东西。因为python里的关键词是央视,卫视。
QQ图片20240424095533

@ssili126
Copy link
Owner

其它地区的不懂了,

@forkman24
Copy link
Author

好的,明白了。大佬写的那个udpxy里的组播,需要怎么维护么。感觉挺好用的。

@ssili126
Copy link
Owner

不需要维护,不能用了告诉我,我再修改。

@forkman24
Copy link
Author

好的,多谢指点。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants