#EXTM3U thanh51 (Path http://gg.gg/8zy29) #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 s1 http://or7qkl7etl.vcdn.com.vn/hls/VTV1_HD_631/03.m3u8 #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 s2 http://xemtivi.online/live/vtv1/index.m3u8 #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 s3 http://j5fozccgpg.vcdn.com.vn/hl
git clone https://github.com/trungss/listiptv2020.gitlistiptv2020 is a marketing skill that provides IPTV stream data in M3U playlist format, featuring Vietnamese television channels including VTV1 with multiple stream sources. The skill contains structured broadcast information with channel logos, group classifications, and stream URLs designed for IPTV player compatibility. It serves as a reference implementation for managing and accessing live TV channel configurations.
[{"step":"Paste the raw IPTV playlist text (e.g., from `listiptv2020`) into the prompt, replacing [INSERT_RAW_PLAYLIST_DATA].","tip":"Use a text editor to clean up the raw data first (e.g., remove extra spaces or malformed lines)."},{"step":"Specify the [GROUP_CATEGORY] for organizing channels (e.g., 'VTV', 'News', 'Sports'). If no category is provided, the skill will default to grouping by the `group-title` field in the source data.","tip":"For consistency, use standard group names like 'VTV', 'HBO', or 'Local Channels' to match common IPTV player conventions."},{"step":"Review the generated M3U file for accuracy. Check for duplicate channels, broken URLs, or missing metadata (e.g., TVG logos).","tip":"Use an online M3U validator (e.g., [m3uvalidator.com](https://m3uvalidator.com)) to ensure the file is syntactically correct."},{"step":"Replace placeholder URLs in the output with actual streaming sources. Test the playlist in an IPTV player (e.g., VLC, TiviMate, or Smart IPTV) to verify all channels load.","tip":"For legal compliance, ensure all streaming URLs are from authorized sources or have proper licensing."},{"step":"Save the final M3U file and share it with your IPTV service provider or use it in your own IPTV setup.","tip":"Back up the original playlist before making changes to avoid losing data."}]
Building IPTV player applications with Vietnamese TV channel support
Creating broadcast stream aggregation services
Developing media guide systems with channel metadata
Testing IPTV playlist parsing and stream delivery
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/trungss/listiptv2020Copy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Generate a structured IPTV playlist in M3U format from the raw [PLAYLIST_TEXT]. Organize channels by [GROUP_CATEGORY] (e.g., 'VTV', 'Entertainment', 'News'). Include the following fields for each channel: channel name, TVG logo URL, group title, and streaming URL. Format the output as a valid .m3u file with proper #EXTM3U header. Remove duplicates and validate all URLs for accessibility. [PLAYLIST_TEXT]: [INSERT_RAW_PLAYLIST_DATA]
```m3u #EXTM3U # Group: VTV #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 http://or7qkl7etl.vcdn.com.vn/hls/VTV1_HD_631/03.m3u8 #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 http://xemtivi.online/live/vtv1/index.m3u8 #EXTINF:-1 tvg-logo="http://xemtivi.online/wp-content/uploads/2019/03/vtv1-hd.png" group-title="VTV",VTV1 http://j5fozccgpg.vcdn.com.vn/hls/VTV1_HD_631/03.m3u8 # Group: Entertainment #EXTINF:-1 tvg-logo="http://example.com/logo/htv7.png" group-title="Entertainment",HTV7 http://example.com/stream/htv7/live.m3u8 #EXTINF:-1 tvg-logo="http://example.com/logo/htv9.png" group-title="Entertainment",HTV9 http://example.com/stream/htv9/live.m3u8 ``` **Validation Summary:** - Total channels processed: 5 - Duplicates removed: 1 (VTV1 appeared 3 times) - Valid URLs: 4/5 (HTV7 and HTV9 URLs are placeholders; replace with actual streams) - Groups created: 2 (VTV, Entertainment) **Next Steps:** 1. Replace placeholder URLs (e.g., `http://example.com/stream/htv7/live.m3u8`) with actual streaming sources. 2. Add missing channel metadata (e.g., TVG-ID, country, language) for compatibility with IPTV players like VLC or TiviMate. 3. Test the playlist in an IPTV player to ensure all streams load correctly.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan