-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiptvm3upro
59 lines (34 loc) · 2.13 KB
/
iptvm3upro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#!/bin/sh
cd /tmp
rm -rf /tmp/*.m3u
rm -rf /tmp//usr/lib/enigma2/python/Plugins/Extensions/m3u_Pro/m3u_ProM3U/*.m3u
rm -rf /etc/enigma2/*.del > /dev/null
rm -rf /etc/enigma2/*.tv_org
rm -rf /etc/enigma2/*.tv_bak
sleep 1
curl -Lko /tmp/IPTVWORLDVIP.sh https://github.com/remytr-org/repo/raw/master/IPTVWORLDVIP.sh
curl -Lko /tmp/ReMy_XxX.m3u "https://raw.githubusercontent.com/remytr-org/git_git/master/ReMy_XxX.m3u"
curl -Lko /tmp/be.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/be.m3u"
curl -Lko /tmp/fr.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/fr.m3u"
curl -Lko /tmp/KIBRIS_TV.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/cy.m3u"
curl -Lko /tmp/TURKEY.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/tr.m3u"
curl -Lko /tmp/ARABIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/ae.m3u"
curl -Lko /tmp/CHINESS.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/cn.m3u"
curl -Lko /tmp/GERMAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/de.m3u"
curl -Lko /tmp/GREEK.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/gr.m3u"
curl -Lko /tmp/INDIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/in.m3u"
curl -Lko /tmp/IRANIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/ir.m3u"
curl -Lko /tmp/ITALIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/it.m3u"
curl -Lko /tmp/ROMANIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/ro.m3u"
curl -Lko /tmp/RUSSIAN.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/ru.m3u"
curl -Lko /tmp/UNITED_KINGDOM.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/uk.m3u"
curl -Lko /tmp/UNITED_AMERICA.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u"
curl -Lko /tmp/us_adultiptv.m3u "https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us_adultiptv.m3u"
sleep 1
cd /tmp; chmod 755 /tmp/IPTVWORLDVIP.sh
/tmp/IPTVWORLDVIP.sh
sleep 1
rm -rf /tmp/iptvm3upro
rm -f /tmp/IPTVWORLDVIP.sh
sleep 1;
exit 0