Specific channel
中文 | English
- ✅ Customize the template to generate the channel you want
- ✅ Supports multiple source acquisition methods: multicast source, hotel source, subscription source, keyword search
- ✅ Interface speed testing and verification, with priority on response time and resolution, filtering out ineffective interfaces
- ✅ Preferences: IPv6, priority and quantity of interface source sorting, and interface whitelist
- ✅ Scheduled execution at 6:00 AM and 18:00 PM Beijing time daily
- ✅ Supports various execution methods: workflows, command line, GUI software, Docker(amd64/arm64)
- ✨ For more features, see Config parameter
- Interface source:
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/output/result.m3u
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/output/result.txt
- Data source:
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json
Fork this project and initiate workflow updates, detailed steps are available at Detailed Tutorial
pip install pipenv
pipenv install
pipenv run build
-
Download Update tool software, open the software, click update to complete the update
-
Or run the following command in the project directory to open the GUI software:
pipenv run ui
- driver: Higher performance requirements, slower update speed, high stability and success rate. Set open_driver = False to switch to the request version (recommended for hotel sources, multicast sources, and online searches)
- requests: Lightweight, low performance requirements, fast update speed, stability uncertain (recommend using this version for the subscription source)
It's recommended to try each one and choose the version that suits you
- Pull the image:
- driver
docker pull guovern/tv-driver:latest
- requests
docker pull guovern/tv-requests:latest
- Run the container:
- driver
docker run -d -p 8000:8000 guovern/tv-driver
- requests
docker run -d -p 8000:8000 guovern/tv-requests
Volume Mount Parameter (Optional): This allows synchronization of files between the host machine and the container. Modifying templates, configurations, and retrieving updated result files can be directly operated in the host machine's folder.
Taking the host path /etc/docker as an example:
- driver:
docker run -v /etc/docker/config:/tv-driver/config -v /etc/docker/output:/tv-driver/output -d -p 8000:8000 guovern/tv-driver
- requests:
docker run -v /etc/docker/config:/tv-requests/config -v /etc/docker/output:/tv-requests/output -d -p 8000:8000 guovern/tv-requests
- Update results:
- API address: ip:8000
- API details: ip:8000/result
- Speed test log: ip:8000/log
MIT License © 2024-PRESENT Govin
Alipay | |
---|---|
This project is for learning and communication purposes only. All interface data comes from the internet. If there is any infringement, please contact us for removal.