diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..59a505210a8d79bf96f7ea7c7b1cab20c6abbbd3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,19 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +core/images/coming.soon.png filter=lfs diff=lfs merge=lfs -text +core/images/downloader.jpg filter=lfs diff=lfs merge=lfs -text +core/images/factuallogo.png filter=lfs diff=lfs merge=lfs -text +core/images/forum.png filter=lfs diff=lfs merge=lfs -text +core/images/front.end.app.icon.png filter=lfs diff=lfs merge=lfs -text +core/images/gameslogo.png filter=lfs diff=lfs merge=lfs -text +core/images/happykids.png filter=lfs diff=lfs merge=lfs -text +core/images/inappimage.png filter=lfs diff=lfs merge=lfs -text +core/images/movieindex.png filter=lfs diff=lfs merge=lfs -text +core/images/tnt.png filter=lfs diff=lfs merge=lfs -text +core/images/top8sites.jpg filter=lfs diff=lfs merge=lfs -text +core/images/tvseries.png filter=lfs diff=lfs merge=lfs -text +core/images/vlc.png filter=lfs diff=lfs merge=lfs -text +downloads/AdGuard-v4.9.40.Premium.apk filter=lfs diff=lfs merge=lfs -text +downloads/tv1.apk filter=lfs diff=lfs merge=lfs -text +downloads/xbox.game.pass.apk filter=lfs diff=lfs merge=lfs -text diff --git a/core/css/alertbox.css b/core/css/alertbox.css new file mode 100644 index 0000000000000000000000000000000000000000..abe272cdfce33f441a5331cb4d3bcb0a880d796f --- /dev/null +++ b/core/css/alertbox.css @@ -0,0 +1,29 @@ + diff --git a/core/css/embeddaddyplayer.css b/core/css/embeddaddyplayer.css new file mode 100644 index 0000000000000000000000000000000000000000..a89565622763ac197ab61d74a0fb7aca44e7611f --- /dev/null +++ b/core/css/embeddaddyplayer.css @@ -0,0 +1,47 @@ + \ No newline at end of file diff --git a/core/css/gototop.css b/core/css/gototop.css new file mode 100644 index 0000000000000000000000000000000000000000..e551545ed273c692a2a0be9e241a37b6b628c71c --- /dev/null +++ b/core/css/gototop.css @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/core/css/index.html b/core/css/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/core/css/main.page.css b/core/css/main.page.css new file mode 100644 index 0000000000000000000000000000000000000000..ddcc734156b4ae5789a81c224ea1d73ceee8290c --- /dev/null +++ b/core/css/main.page.css @@ -0,0 +1,127 @@ +.dropbtn { + background-color: #3498DB; + color: white; + padding: 8px; + font-size: 14px; + border: none; + cursor: pointer; + width: auto; + margin-bottom: 0; + font-weight: 300; +} + + +/* Dropdown button on hover & focus */ + +.dropbtn:hover, +.dropbtn:focus { + background: linear-gradient(#00ffa8, #3498DB, #2300ff); + color: white; +} + + +/* The container
- needed to position the dropdown content */ + +.dropdown { + display: inline-block; + text-align: center; +} + + +/* Dropdown Content (Hidden by Default) */ + +.dropdown-content { + display: none; + position: absolute; + text-align: left; + background-color: black; + min-width: 120px; + box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); + z-index: 1; + width: 5%; +} + + +/* Links inside the dropdown */ + +.dropdown-content a { + color: black; + padding: 8px 12px; + text-decoration: none; + display: block; + text-align: left; + background: white; +} + + +/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */ + +.show { + display: block; +} + +#center { + text-align: left; +} + + + + + + + + + + + + + + + +.alert-box { + background-color: #fffbcc; + color: #777; + font-size: 14px; + line-height: 20px; + padding: 3px 7px; + text-align:centre; + font-family:Arial, Helvetica, sans-serif; +} +.alert-box .badge { + background-color: #f58f2a; + border-radius: 3px; + color: #fff; + margin-left: 4px; + margin-right: 4px; + padding: 3px 5px 3px 4px; + font-weight:bold; + text-transform: uppercase; +} + + + + + + + + + + + + + +table { + font-family: arial, sans-serif; + border-collapse: collapse; + width: 100%; +} + +td, th { + border: 1px solid #dddddd; + text-align: left; + padding: 8px; +} + +tr:nth-child(even) { + background-color: #dddddd; +} \ No newline at end of file diff --git a/core/css/nav.and.bottom.bar.css b/core/css/nav.and.bottom.bar.css new file mode 100644 index 0000000000000000000000000000000000000000..ef34e69981a3dd0e09fe10736c1c7a9aee6943f5 --- /dev/null +++ b/core/css/nav.and.bottom.bar.css @@ -0,0 +1,33 @@ + + + + \ No newline at end of file diff --git a/core/css/sidebar.css b/core/css/sidebar.css new file mode 100644 index 0000000000000000000000000000000000000000..0e46051837edeea287b05682f9412fb0d9e38c1d --- /dev/null +++ b/core/css/sidebar.css @@ -0,0 +1,47 @@ + + + + \ No newline at end of file diff --git a/core/games/GTA.China.Town.Wars.Install.Info.html b/core/games/GTA.China.Town.Wars.Install.Info.html new file mode 100644 index 0000000000000000000000000000000000000000..46856fc68fcca6e26fc599086a99721c858818e9 --- /dev/null +++ b/core/games/GTA.China.Town.Wars.Install.Info.html @@ -0,0 +1,36 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite/2nd Gen)

+NOTE: Will Not Work On The Newest 4k Sticks (The More Rounded Sticks)
+Needed - 1.5Gb Of Space (Dont worry we will delete half of it at the end)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown
+INSTALL: 'ES File Explorer'
+INSTALL From Inside The 'Games/GTA.Collection Folder': 'GTA Chinatown.Wars APK' - (Install The APK But Do Not Start The Game Yet)
+DOWNLOAD From Inside The 'Games/GTA.Collection Folder': 'GTA Chinatown.Wars Stories OBB ZIP' (Download & Do Not Install) Click 'Done'
+Now Exit Downloader

+ +2, On Your Firestick Start 'ES File Explorer' & On The Side Menu Click 'LOCAL' Now Click 'DOWNLOAD' Now Click The 'Downloader' Folder
+NOTE: Its A Free App Click The X Top Right Of Your Screen When It Ask If You Want Premium (Only when starting for the first time)

+ +3, Click & Hold On 'com.rockstargames.gtactw.zip' (LONG PRESS IT) Until A Tick Appears

+ +4, At The Bottom Right Of Your TV Screen Is The Word 'MORE' CLICK IT

+ +5, On The Menu Look For 'EXTRACT TO' & CLICK IT, Select 'CURRENT PATH' & Click OK & Wait

+ +6, Now Long Click The Newly Extracted Folder 'com.rockstar.gtactw' (The One Without A Zip) Until A Tick Appears
+And Again At The Bottom Click 'MORE'

+ +7, This Time On The Menu We Are Looking For 'MOVE TO' CLICK IT

+ +8, Choose 'Android' & Then 'Obb' & Click OK

+ +Exit 'ES Explorer' & Restart 'Downloader' Go To The Files Tab & Delete All Files You See (This Will Free Up Lots Of Space)

+ +Start The Game On Your Firestick & Enjoy

+ +Tips: You can connect PS4, PS5 & XBOX Remotes or Others to your FIRESTICK
+(Go To Firestick Settings > Remotes & BlueTooth Devices > Game Controllers)

+ +Install Via A PC & FTP SEE HERE
Uses Only Half The Space On Your Stick This Way \ No newline at end of file diff --git a/core/games/GTA.III.Install.Info.html b/core/games/GTA.III.Install.Info.html new file mode 100644 index 0000000000000000000000000000000000000000..17c85abf2a015cbb755739dcbd060b567d8fe539 --- /dev/null +++ b/core/games/GTA.III.Install.Info.html @@ -0,0 +1,36 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite/2nd Gen)

+NOTE: Will Not Work On The Newest 4k Sticks (The More Rounded Sticks)
+Needed - 1.5Gb Of Space (Dont worry we will delete half of it at the end)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown
+INSTALL: 'ES File Explorer'
+INSTALL From Inside The 'Games/GTA.Collection Folder': 'GTA III APK' - (Install The APK But Do Not Start The Game Yet)
+DOWNLOAD From Inside The 'Games/GTA.Collection Folder': 'GTA III OBB ZIP' (Download & Do Not Install) Click 'Done'
+Now Exit Downloader

+ +2, On Your Firestick Start 'ES File Explorer' & On The Side Menu Click 'LOCAL' Now Click 'DOWNLOAD' Now Click The 'Downloader' Folder
+NOTE: Its A Free App Click The X Top Right Of Your Screen When It Ask If You Want Premium (Only when starting for the first time)

+ +3, Click & Hold On 'com.rockstar.gta3.zip' (LONG PRESS IT) Until A Tick Appears

+ +4, At The Bottom Right Of Your TV Screen Is The Word 'MORE' CLICK IT

+ +5, On The Menu Look For 'EXTRACT TO' & CLICK IT, Select 'CURRENT PATH' & Click OK & Wait

+ +6, Now Long Click The Newly Extracted Folder 'com.rockstar.gta3' (The One Without A Zip) Until A Tick Appears
+And Again At The Bottom Click 'MORE'

+ +7, This Time On The Menu We Are Looking For 'MOVE TO' CLICK IT

+ +8, Choose 'Android' & Then 'Obb' & Click OK

+ +Exit 'ES Explorer' & Restart 'Downloader' Go To The Files Tab & Delete All Files You See (This Will Free Up Lots Of Space)

+ +Start The Game On Your Firestick & Enjoy

+ +Tips: You can connect PS4, PS5 & XBOX Remotes or Others to your FIRESTICK
+(Go To Firestick Settings > Remotes & BlueTooth Devices > Game Controllers)

+ +Install Via A PC & FTP SEE HERE
Uses Only Half The Space On Your Stick This Way \ No newline at end of file diff --git a/core/games/GTA.San.Andreas.Install.Info.html b/core/games/GTA.San.Andreas.Install.Info.html new file mode 100644 index 0000000000000000000000000000000000000000..9030ba3fe3603e283a27b10dca9df3cba1558949 --- /dev/null +++ b/core/games/GTA.San.Andreas.Install.Info.html @@ -0,0 +1,36 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite/2nd Gen)

+NOTE: Will Not Work On The Newest 4k Sticks (The More Rounded Sticks)
+Needed - 3.5Gb Of Space (Dont worry we will delete half of it at the end)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown
+INSTALL: 'ES File Explorer'
+INSTALL From Inside The 'Games/GTA.Collection Folder': 'GTA San Andreas APK' - (Install The APK But Do Not Start The Game Yet)
+DOWNLOAD From Inside The 'Games/GTA.Collection Folder': 'GTA San Andreas OBB ZIP' (Download & Do Not Install) Click 'Done'
+Now Exit Downloader

+ +2, On Your Firestick Start 'ES File Explorer' & On The Side Menu Click 'LOCAL' Now Click 'DOWNLOAD' Now Click The 'Downloader' Folder
+NOTE: Its A Free App Click The X Top Right Of Your Screen When It Ask If You Want Premium (Only when starting for the first time)

+ +3, Click & Hold On 'com.rockstargames.gtasa.zip' (LONG PRESS IT) Until A Tick Appears

+ +4, At The Bottom Right Of Your TV Screen Is The Word 'MORE' CLICK IT

+ +5, On The Menu Look For 'EXTRACT TO' & CLICK IT, Select 'CURRENT PATH' & Click OK & Wait

+ +6, Now Long Click The Newly Extracted Folder com.rockstargames.gtasa (The One Without A Zip) Until A Tick Appears
+And Again At The Bottom Click 'MORE'

+ +7, This Time On The Menu We Are Looking For 'MOVE TO' CLICK IT

+ +8, Choose 'Android' & Then 'Obb' & Click OK

+ +Exit 'ES Explorer' & Restart 'Downloader' Go To The Files Tab & Delete All Files You See (This Will Free Up Lots Of Space)

+ +Start The Game On Your Firestick & Enjoy

+ +Tips: You can connect PS4, PS5 & XBOX Remotes or Others to your FIRESTICK
+(Go To Firestick Settings > Remotes & BlueTooth Devices > Game Controllers)

+ +Install Via A PC & FTP SEE HERE
Uses Only Half The Space On Your Stick This Way \ No newline at end of file diff --git a/core/games/GTA.San.Libery.City.Stories.Install.Info.html b/core/games/GTA.San.Libery.City.Stories.Install.Info.html new file mode 100644 index 0000000000000000000000000000000000000000..b5897adf455f53eadb2cdbaed81586d405cb65a9 --- /dev/null +++ b/core/games/GTA.San.Libery.City.Stories.Install.Info.html @@ -0,0 +1,36 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite/2nd Gen)

+NOTE: Will Not Work On The Newest 4k Sticks (The More Rounded Sticks)
+Needed - 2.5Gb Of Space (Dont worry we will delete half of it at the end)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown
+INSTALL: 'ES File Explorer'
+INSTALL From Inside The 'Games/GTA.Collection Folder': 'GTA Liberty City Stories APK' - (Install The APK But Do Not Start The Game Yet)
+DOWNLOAD From Inside The 'Games/GTA.Collection Folder': 'GTA Liberty City Stories OBB ZIP' (Download & Do Not Install) Click 'Done'
+Now Exit Downloader

+ +2, On Your Firestick Start 'ES File Explorer' & On The Side Menu Click 'LOCAL' Now Click 'DOWNLOAD' Now Click The 'Downloader' Folder
+NOTE: Its A Free App Click The X Top Right Of Your Screen When It Ask If You Want Premium (Only when starting for the first time)

+ +3, Click & Hold On 'com.rockstargames.gtalcs.zip' (LONG PRESS IT) Until A Tick Appears

+ +4, At The Bottom Right Of Your TV Screen Is The Word 'MORE' CLICK IT

+ +5, On The Menu Look For 'EXTRACT TO' & CLICK IT, Select 'CURRENT PATH' & Click OK & Wait

+ +6, Now Long Click The Newly Extracted Folder 'com.rockstargames.gtalcs' (The One Without A Zip) Until A Tick Appears
+And Again At The Bottom Click 'MORE'

+ +7, This Time On The Menu We Are Looking For 'MOVE TO' CLICK IT

+ +8, Choose 'Android' & Then 'Obb' & Click OK

+ +Exit 'ES Explorer' & Restart 'Downloader' Go To The Files Tab & Delete All Files You See (This Will Free Up Lots Of Space)

+ +Start The Game On Your Firestick & Enjoy

+ +Tips: You can connect PS4, PS5 & XBOX Remotes or Others to your FIRESTICK
+(Go To Firestick Settings > Remotes & BlueTooth Devices > Game Controllers)

+ +Install Via A PC & FTP SEE HERE
Uses Only Half The Space On Your Stick This Way \ No newline at end of file diff --git a/core/games/GTA.Vice.City.Install.Info.html b/core/games/GTA.Vice.City.Install.Info.html new file mode 100644 index 0000000000000000000000000000000000000000..92cf37e9631f1fdec680bb30c2fa042a601ec248 --- /dev/null +++ b/core/games/GTA.Vice.City.Install.Info.html @@ -0,0 +1,36 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite/2nd Gen)

+NOTE: Will Not Work On The Newest 4k Sticks (The More Rounded Sticks)
+Needed - 2.5Gb Of Space (Dont worry we will delete half of it at the end)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown
+INSTALL: 'ES File Explorer' DO NOT START IT YET
+INSTALL From Inside The 'Games/GTA.Collection Folder': 'GTA Vice City APK' - (Install The APK But Do Not Start The Game Yet)
+DOWNLOAD From Inside The 'Games/GTA.Collection Folder': 'GTA Vice City OBB ZIP' (Download & Do Not Install) Click 'Done'
+Now Exit Downloader

+ +2, On Your Firestick Start 'ES File Explorer' & On The Side Menu Click 'LOCAL' Now Click 'DOWNLOAD' Now Click The 'Downloader' Folder
+NOTE: Its A Free App Click The X Top Right Of Your Screen When It Ask If You Want Premium (Only when starting for the first time)

+ +3, Click & Hold On 'com.rockstargames.gtavc.zip' (LONG PRESS IT) Until A Tick Appears

+ +4, At The Bottom Right Of Your TV Screen Is The Word 'MORE' CLICK IT

+ +5, On The Menu Look For 'EXTRACT TO' & CLICK IT, Select 'CURRENT PATH' & Click OK & Wait

+ +6, Now Long Click The Newly Extracted Folder com.rockstargames.gtavc (The One Without A Zip) Until A Tick Appears
+And Again At The Bottom Click 'MORE'

+ +7, This Time On The Menu We Are Looking For 'MOVE TO' CLICK IT

+ +8, Choose 'Android' & Then 'Obb' & Click OK

+ +Exit 'ES Explorer' & Restart 'Downloader' Go To The Files Tab & Delete All Files You See (This Will Free Up Lots Of Space)

+ +Start The Game On Your Firestick & Enjoy

+ +Tips: You can connect PS4, PS5 & XBOX Remotes or Others to your FIRESTICK
+(Go To Firestick Settings > Remotes & BlueTooth Devices > Game Controllers)

+ +Install Via A PC & FTP SEE HERE
Uses Only Half The Space On Your Stick This Way \ No newline at end of file diff --git a/core/games/xbox.html b/core/games/xbox.html new file mode 100644 index 0000000000000000000000000000000000000000..b35f8a15bfb2abbdd7192659e2169f3fb6c0b9f1 --- /dev/null +++ b/core/games/xbox.html @@ -0,0 +1,12 @@ + +Crystal-Hosts +

Works With Firestick (4k/HD/Lite)


+ +1, Start Downloader & Enter This Code In The Address Bar 7594741 Wait for the countdown

+ +2, Install Xbox APK, Start It & Play

+ +No Cnosole Required But A Premium Subscription To XboX Is Needed

+ +App Can Also Be Found In The Firestick App Store (Depending On The Age Of Your Stick)

+ diff --git a/core/iframes/index.html b/core/iframes/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/core/iframes/nflix.html b/core/iframes/nflix.html new file mode 100644 index 0000000000000000000000000000000000000000..3a60929b1930e7fac76b9ec7608b5e86ef151e8d --- /dev/null +++ b/core/iframes/nflix.html @@ -0,0 +1,13 @@ + + diff --git a/core/iframes/onlyfools.s01.html b/core/iframes/onlyfools.s01.html new file mode 100644 index 0000000000000000000000000000000000000000..d4b81e530254a810c38045db3031f12f911cb114 --- /dev/null +++ b/core/iframes/onlyfools.s01.html @@ -0,0 +1,13 @@ + +Crystal-Hosts + +
+

+ + + +

+ + + +


\ No newline at end of file diff --git a/core/iframes/onlyfools.special1.html b/core/iframes/onlyfools.special1.html new file mode 100644 index 0000000000000000000000000000000000000000..b307fceb91fb7c96775a1932c1aeca48e875fc16 --- /dev/null +++ b/core/iframes/onlyfools.special1.html @@ -0,0 +1,4 @@ + +Crystal-Hosts + +
diff --git a/core/images/Astro_Prem.png b/core/images/Astro_Prem.png new file mode 100644 index 0000000000000000000000000000000000000000..c0cef40da9d3b5f8aecbd8e7a754c19fcbff5fe3 Binary files /dev/null and b/core/images/Astro_Prem.png differ diff --git a/core/images/adguard.png b/core/images/adguard.png new file mode 100644 index 0000000000000000000000000000000000000000..0bde6eda51b40d6af4cc53eec991c82f9d6d29de Binary files /dev/null and b/core/images/adguard.png differ diff --git a/core/images/beinlogo.png b/core/images/beinlogo.png new file mode 100644 index 0000000000000000000000000000000000000000..1a5f1ad8fa71e6f38a99ad07d70fd5dcdfa5ea31 Binary files /dev/null and b/core/images/beinlogo.png differ diff --git a/core/images/coming.soon.png b/core/images/coming.soon.png new file mode 100644 index 0000000000000000000000000000000000000000..a04a564806e57fc4cdbef3445d0b2966322a3ca0 --- /dev/null +++ b/core/images/coming.soon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e69ae0f9ae6badffb2a26e0b1835a9729bdd8081145137ee2e3cde961d9247 +size 109724 diff --git a/core/images/cricketlogo.png b/core/images/cricketlogo.png new file mode 100644 index 0000000000000000000000000000000000000000..2da2af71fec1011b1414ea1f4683dffe605a4252 Binary files /dev/null and b/core/images/cricketlogo.png differ diff --git a/core/images/downloader.jpg b/core/images/downloader.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d9d5fcaa8534b23d7dadd5d9c98d5395154d3723 --- /dev/null +++ b/core/images/downloader.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7a104eac9971842c0d9cabada2c5dcb324dd02d68d51cf616ad010909a9750 +size 115561 diff --git a/core/images/downloader1.webp b/core/images/downloader1.webp new file mode 100644 index 0000000000000000000000000000000000000000..c3f693861a0013d540e93d28412c392da833137f Binary files /dev/null and b/core/images/downloader1.webp differ diff --git a/core/images/emby.logo.png b/core/images/emby.logo.png new file mode 100644 index 0000000000000000000000000000000000000000..83cd38fcf5d67297c860dd4d005ba4b1c76aae64 Binary files /dev/null and b/core/images/emby.logo.png differ diff --git a/core/images/factuallogo.png b/core/images/factuallogo.png new file mode 100644 index 0000000000000000000000000000000000000000..c13718b258c1132aca8c3d4efad9cbe73ed1b776 --- /dev/null +++ b/core/images/factuallogo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd17620a4180fe5166eb10c8e96fb1bd8d673dbc66f948812a30ac01bacd2eb7 +size 237251 diff --git a/core/images/fanush.png b/core/images/fanush.png new file mode 100644 index 0000000000000000000000000000000000000000..854cf56a4ca91a877e4804129784ed60cc319cef Binary files /dev/null and b/core/images/fanush.png differ diff --git a/core/images/footy.replay.jpg b/core/images/footy.replay.jpg new file mode 100644 index 0000000000000000000000000000000000000000..998df8944a0c43da44078665ebaccc3772897806 Binary files /dev/null and b/core/images/footy.replay.jpg differ diff --git a/core/images/forum.png b/core/images/forum.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f569d0ecaee5e1e5687a2f77094625119ebf0c --- /dev/null +++ b/core/images/forum.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ca66f77fd55664a49dcf922b8e032208202e7d42b60fd525799d25c819742c +size 713484 diff --git a/core/images/front.end.app.icon.png b/core/images/front.end.app.icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0ad9d5589424729980d67758ec36af5d5576b453 --- /dev/null +++ b/core/images/front.end.app.icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18c42038f08d93d0409624edce56fe1715bb33f44bf7af6806491a6db234421 +size 164798 diff --git a/core/images/gameslogo.png b/core/images/gameslogo.png new file mode 100644 index 0000000000000000000000000000000000000000..bc9ed6911a2ffe832ca6c1d0886b97f82b05f3a3 --- /dev/null +++ b/core/images/gameslogo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cb7717828960717823ae492ff3410ef84e8dc19d8245b882703d0194dca4ad +size 1049386 diff --git a/core/images/happykids.png b/core/images/happykids.png new file mode 100644 index 0000000000000000000000000000000000000000..0263b718772619aaf33773e1870724cedc9afade --- /dev/null +++ b/core/images/happykids.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e704fd2096458c1855ff80a2fc5ed9c7e294ea496fd03bfeb202a468d3a43232 +size 280072 diff --git a/core/images/hub.png b/core/images/hub.png new file mode 100644 index 0000000000000000000000000000000000000000..629e10c1465b667beb978e3d23bc9d46069bb2c4 Binary files /dev/null and b/core/images/hub.png differ diff --git a/core/images/inappimage.png b/core/images/inappimage.png new file mode 100644 index 0000000000000000000000000000000000000000..c5b917fbb1e3d9f21bf830b773f024bc01a5e8c5 --- /dev/null +++ b/core/images/inappimage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8540669f4bb123bd2d7bedba16a724cd0105574d3862fcea35374cda3687129a +size 157932 diff --git a/core/images/index.html b/core/images/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/core/images/indexgames.png b/core/images/indexgames.png new file mode 100644 index 0000000000000000000000000000000000000000..6c60e4f19393b8c4b61423eaf8391dd8c23e1174 Binary files /dev/null and b/core/images/indexgames.png differ diff --git a/core/images/jellyfinlogo.png b/core/images/jellyfinlogo.png new file mode 100644 index 0000000000000000000000000000000000000000..58dc33f170d53aca8f1076efe54f7c4af10c78f3 Binary files /dev/null and b/core/images/jellyfinlogo.png differ diff --git a/core/images/kooltv.jpg b/core/images/kooltv.jpg new file mode 100644 index 0000000000000000000000000000000000000000..550fa87ab9b5f233ef9c4b71d5954637a5aee3fc Binary files /dev/null and b/core/images/kooltv.jpg differ diff --git a/core/images/livesportlogo.png b/core/images/livesportlogo.png new file mode 100644 index 0000000000000000000000000000000000000000..7e01c9fc2be223ead6ec362c39f66c5e30d39690 Binary files /dev/null and b/core/images/livesportlogo.png differ diff --git a/core/images/livetvlogo.png b/core/images/livetvlogo.png new file mode 100644 index 0000000000000000000000000000000000000000..792d4e59e35003c2c4cc07514866fe60a52df43c Binary files /dev/null and b/core/images/livetvlogo.png differ diff --git a/core/images/movieindex.png b/core/images/movieindex.png new file mode 100644 index 0000000000000000000000000000000000000000..26c5d7f780190420d4fffd35687bd372e9a1e6bc --- /dev/null +++ b/core/images/movieindex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077ca0668a2c5532ffeb913f7634b2b1413d9b6762ff75215106f9b422ee68ac +size 105214 diff --git a/core/images/mx.png b/core/images/mx.png new file mode 100644 index 0000000000000000000000000000000000000000..77f0d8f0dc70c924aa033b519e64d3dbc8ee94fa Binary files /dev/null and b/core/images/mx.png differ diff --git a/core/images/now.png b/core/images/now.png new file mode 100644 index 0000000000000000000000000000000000000000..d7add46a931cee18ff8a09e1af8a30240d5999d7 Binary files /dev/null and b/core/images/now.png differ diff --git a/core/images/nzsky.jpg b/core/images/nzsky.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e4613f2cfb87212576b8e987792a5924ef76fd7 Binary files /dev/null and b/core/images/nzsky.jpg differ diff --git a/core/images/plex.png b/core/images/plex.png new file mode 100644 index 0000000000000000000000000000000000000000..3131bf642a3d919d5c470a4339047fbb1e607c1f Binary files /dev/null and b/core/images/plex.png differ diff --git a/core/images/premleaguelogo.png b/core/images/premleaguelogo.png new file mode 100644 index 0000000000000000000000000000000000000000..70e408d8e3d7484274d2140fe049f383ec9f4dcb Binary files /dev/null and b/core/images/premleaguelogo.png differ diff --git a/core/images/proton.svg b/core/images/proton.svg new file mode 100644 index 0000000000000000000000000000000000000000..2cc93504334da891cae252b57afe4f6e3cdc3984 --- /dev/null +++ b/core/images/proton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/images/skycinema.jpg b/core/images/skycinema.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5400e5f95c711ce73561c8496611d93634252b67 Binary files /dev/null and b/core/images/skycinema.jpg differ diff --git a/core/images/skysportsicon.jpeg b/core/images/skysportsicon.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..aa641a017931c3e9196f42478bea6c3ea40bf384 Binary files /dev/null and b/core/images/skysportsicon.jpeg differ diff --git a/core/images/smarttube.webp b/core/images/smarttube.webp new file mode 100644 index 0000000000000000000000000000000000000000..074269c63850169b89297a31f59f5f1d4cef5e6d Binary files /dev/null and b/core/images/smarttube.webp differ diff --git a/core/images/teststream.jpg b/core/images/teststream.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2927432d72e45c14de2c1a5cd3635e6b00da8da Binary files /dev/null and b/core/images/teststream.jpg differ diff --git a/core/images/tnt.png b/core/images/tnt.png new file mode 100644 index 0000000000000000000000000000000000000000..010886c4db2e41598a97cc90316203d088d31d79 --- /dev/null +++ b/core/images/tnt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0add7c61b31dc5d834208ea34c64080011e9302bd5940695d7505125f31877 +size 139436 diff --git a/core/images/top8sites.jpg b/core/images/top8sites.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8fb2cae2ba884af5bd982bf4dc043a4f807b938 --- /dev/null +++ b/core/images/top8sites.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a60db53916b771df2e9615609aa9d59017fb0993c8d6117606e3e8be1dbaf6 +size 146324 diff --git a/core/images/tor.png b/core/images/tor.png new file mode 100644 index 0000000000000000000000000000000000000000..84a3cbafea1840813013c5b7a6a8e3473b4f1ec5 Binary files /dev/null and b/core/images/tor.png differ diff --git a/core/images/tor.webp b/core/images/tor.webp new file mode 100644 index 0000000000000000000000000000000000000000..efa852b098ea6002a94f5800661abea5f16b5fb2 Binary files /dev/null and b/core/images/tor.webp differ diff --git a/core/images/tvindex.png b/core/images/tvindex.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0f351ea18a17c3aeef147e0f897c1b350d1c14 Binary files /dev/null and b/core/images/tvindex.png differ diff --git a/core/images/tvseries.png b/core/images/tvseries.png new file mode 100644 index 0000000000000000000000000000000000000000..5a005beff0de74d0c7e7394ed715dcc9da32eddb --- /dev/null +++ b/core/images/tvseries.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa851b74987b46f956be264e3031e78934f5b302cced7f71eab97d4adc3a9fb +size 188413 diff --git a/core/images/ukmixed.png b/core/images/ukmixed.png new file mode 100644 index 0000000000000000000000000000000000000000..b5af429bf99b51d764defdbba03eb803dc7f46ea Binary files /dev/null and b/core/images/ukmixed.png differ diff --git a/core/images/vlc.png b/core/images/vlc.png new file mode 100644 index 0000000000000000000000000000000000000000..f00e84994db75768168858145a9059e37352cffb --- /dev/null +++ b/core/images/vlc.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d73d33b728a9eab45c34fe15dffbc4acffc65d2f62287fd1ec6f73fc7dfb7e +size 381552 diff --git a/core/images/vod.jpg b/core/images/vod.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6b83d897c57e73c0ae9bda6b14afff86bb024ca4 Binary files /dev/null and b/core/images/vod.jpg differ diff --git a/core/images/vod1.png b/core/images/vod1.png new file mode 100644 index 0000000000000000000000000000000000000000..ac701a3646a6ff6b516134191761a07588a78fcb Binary files /dev/null and b/core/images/vod1.png differ diff --git a/core/images/xmaspackmovies.png b/core/images/xmaspackmovies.png new file mode 100644 index 0000000000000000000000000000000000000000..02c777785380be6906b99d7c254b6bbcc0aac2c3 Binary files /dev/null and b/core/images/xmaspackmovies.png differ diff --git a/core/index.html b/core/index.html new file mode 100644 index 0000000000000000000000000000000000000000..5cead000ac2630a1b84fbe6ff94fd6212ccfc4e8 --- /dev/null +++ b/core/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/js/clickabledropdowns.js b/core/js/clickabledropdowns.js new file mode 100644 index 0000000000000000000000000000000000000000..b0481b46688160d0409a7e9920529872b5d79cd4 --- /dev/null +++ b/core/js/clickabledropdowns.js @@ -0,0 +1,24 @@ +// let the page load... +document.addEventListener('DOMContentLoaded', () => { + // assign the button click + document.querySelectorAll('.dropbtn').forEach(btn => { + btn.addEventListener('click', e => { + + // first close all + document.querySelectorAll('.dropdown-content').forEach(div => div.classList.remove('show')) + // open the one you want which is CLOSEST + e.target.closest('.dropdown').querySelector('.dropdown-content').classList.add('show'); + + + }) + }) + + // catch the click outside + document.addEventListener('click', e => { + if (e.target.classList.contains('dropbtn')) return; + document.querySelectorAll('.dropdown-content').forEach(div => div.classList.remove('show')) + }) + + + +}) \ No newline at end of file diff --git a/core/js/gototop.js b/core/js/gototop.js new file mode 100644 index 0000000000000000000000000000000000000000..61b85ecfb5799645faadf11c6e78ba095e4d530f --- /dev/null +++ b/core/js/gototop.js @@ -0,0 +1,19 @@ +// Get the button: +let mybutton = document.getElementById("myBtn"); + +// When the user scrolls down 20px from the top of the document, show the button +window.onscroll = function() {scrollFunction()}; + +function scrollFunction() { + if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { + mybutton.style.display = "block"; + } else { + mybutton.style.display = "none"; + } +} + +// When the user clicks on the button, scroll to the top of the document +function topFunction() { + document.body.scrollTop = 0; // For Safari + document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera +} \ No newline at end of file diff --git a/core/js/index.html b/core/js/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/core/js/sidebar.js b/core/js/sidebar.js new file mode 100644 index 0000000000000000000000000000000000000000..9617eb2a070d820fe5480038ab839847c5d9ae09 --- /dev/null +++ b/core/js/sidebar.js @@ -0,0 +1,8 @@ + +function openNav() { + document.getElementById("mySidenav").style.width = "250px"; +} + +function closeNav() { + document.getElementById("mySidenav").style.width = "0"; +} diff --git a/core/tuts/torbestsettings.txt b/core/tuts/torbestsettings.txt new file mode 100644 index 0000000000000000000000000000000000000000..8e3b14c3d02b4367552d998113bd75a9eb711017 --- /dev/null +++ b/core/tuts/torbestsettings.txt @@ -0,0 +1,11 @@ +Blutooth a mouse to your firestick see firestick settings page for +>> 'Remotes & Bluetooth Devices' >> 'Other Bluetooth Devices' >> 'Add Bluetooth Devices' + +1, Start Tor Browser and enable 'Always Connect Automatically' +2, With your mouse click the '3 Dots' top right of your screen & go to 'Settings' +3, Scroll down & click 'Security Level' & Set it to 'Standard' +4, Scroll down & click 'HTTPS-Only Mode' & Set it to 'OFF' + +Thats it you can now open blocked streams & sites via this app using tor browser + +Its best to use a mouse with tor browser, while some aspects of it work using the firestick remote you will find it much easier using a mouse \ No newline at end of file diff --git a/downloads/AdGuard-v4.9.40.Premium.apk b/downloads/AdGuard-v4.9.40.Premium.apk new file mode 100644 index 0000000000000000000000000000000000000000..8befde8d1976d9164cf1513aff90ed446d5f9666 --- /dev/null +++ b/downloads/AdGuard-v4.9.40.Premium.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc29917df7833be0a59e2e34aac073c9dd54ea04eedb79ad3a54c94c80e3282 +size 35341081 diff --git a/downloads/tv1.apk b/downloads/tv1.apk new file mode 100644 index 0000000000000000000000000000000000000000..541b3088fd0fbfdff2bd2d133da4c14148aa6c3d --- /dev/null +++ b/downloads/tv1.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009287fe66ae334045feb215acfb99c614d64c4ddc74ced55a3b73c637191bca +size 16378413 diff --git a/downloads/xbox.game.pass.apk b/downloads/xbox.game.pass.apk new file mode 100644 index 0000000000000000000000000000000000000000..d158052b7829d08d61e9649d9714659e80465137 --- /dev/null +++ b/downloads/xbox.game.pass.apk @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acd7f68347ae2aff22a6689c5442783347e346c1125e29930aa47f552ab1cc1b +size 13581350 diff --git a/index.html b/index.html index b0c4b3666032a737f3903db53e6a8a9272483e28..5cead000ac2630a1b84fbe6ff94fd6212ccfc4e8 100644 --- a/index.html +++ b/index.html @@ -1,19 +1 @@ - - - - - - My static Space - - - -
-

Welcome to your static Space!

-

You can modify this app directly by editing index.html in the Files and versions tab.

-

- Also don't forget to check the - Spaces documentation. -

-
- - + \ No newline at end of file diff --git a/m3u8/Astro.Sports/astrocricket.html b/m3u8/Astro.Sports/astrocricket.html new file mode 100644 index 0000000000000000000000000000000000000000..b551b24b4ad1e1bbe19a960055d1f431fabd24be --- /dev/null +++ b/m3u8/Astro.Sports/astrocricket.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
2 Servers (See top left of screen) You need to unmute yourself (See bottom right)
+ + + + + + + + diff --git a/m3u8/Astro.Sports/astrofootball1.html b/m3u8/Astro.Sports/astrofootball1.html new file mode 100644 index 0000000000000000000000000000000000000000..1a6db5e1020c0fdf1ecb7879d86fac11e6f7074a --- /dev/null +++ b/m3u8/Astro.Sports/astrofootball1.html @@ -0,0 +1,70 @@ + + +
+ + + + + + +
+ × +
2 Servers (See top left of screen) You need to unmute yourself (See bottom right)
+ + + + + + + + diff --git a/m3u8/Astro.Sports/astrofootydaddy.html b/m3u8/Astro.Sports/astrofootydaddy.html new file mode 100644 index 0000000000000000000000000000000000000000..b4cb30696551135a88e2af792749baad2f5c8119 --- /dev/null +++ b/m3u8/Astro.Sports/astrofootydaddy.html @@ -0,0 +1,57 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + diff --git a/m3u8/Astro.Sports/astrograndstand.html b/m3u8/Astro.Sports/astrograndstand.html new file mode 100644 index 0000000000000000000000000000000000000000..b225f9a48553e57ea6e4e6315d07dbe8d1a582e5 --- /dev/null +++ b/m3u8/Astro.Sports/astrograndstand.html @@ -0,0 +1,69 @@ +
+ + + + + + +
+ × +
2 Servers (See top left of screen) You need to unmute yourself (See bottom right)
+ + + + + + + + + diff --git a/m3u8/Astro.Sports/astrograndstanddaddy.html b/m3u8/Astro.Sports/astrograndstanddaddy.html new file mode 100644 index 0000000000000000000000000000000000000000..13eda43c0fef264486c1ae4dd7f4305b36eace18 --- /dev/null +++ b/m3u8/Astro.Sports/astrograndstanddaddy.html @@ -0,0 +1,57 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + diff --git a/m3u8/Astro.Sports/astroprem1daddy.html b/m3u8/Astro.Sports/astroprem1daddy.html new file mode 100644 index 0000000000000000000000000000000000000000..2305a82236ac24fb9f625a16414298de58b24ad1 --- /dev/null +++ b/m3u8/Astro.Sports/astroprem1daddy.html @@ -0,0 +1,57 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + diff --git a/m3u8/Astro.Sports/astropremierleague1.html b/m3u8/Astro.Sports/astropremierleague1.html new file mode 100644 index 0000000000000000000000000000000000000000..dee30c39683cab0dc721741105480451960e65cf --- /dev/null +++ b/m3u8/Astro.Sports/astropremierleague1.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
2 Servers (See top left of screen) You need to unmute yourself (See bottom right)
+ + + + + + + + diff --git a/m3u8/Astro.Sports/astropremierleague2.html b/m3u8/Astro.Sports/astropremierleague2.html new file mode 100644 index 0000000000000000000000000000000000000000..39dc8d0097be44cbcde6da8889b9d0ebb6d201d8 --- /dev/null +++ b/m3u8/Astro.Sports/astropremierleague2.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
2 Servers (See top left of screen) You need to unmute yourself (See bottom right)
+ + + + + + + + diff --git a/m3u8/Astro.Sports/index.html b/m3u8/Astro.Sports/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/NZ.SkySport/daddy/index.html b/m3u8/NZ.SkySport/daddy/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/NZ.SkySport/daddy/nz1.html b/m3u8/NZ.SkySport/daddy/nz1.html new file mode 100644 index 0000000000000000000000000000000000000000..ce6ac34e1b23ba5bf6a7c2df580aba9cb68ec61a --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz1.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz2.html b/m3u8/NZ.SkySport/daddy/nz2.html new file mode 100644 index 0000000000000000000000000000000000000000..8ba402644ef2965eb2c092a84ce3f4583823a933 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz2.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz3.html b/m3u8/NZ.SkySport/daddy/nz3.html new file mode 100644 index 0000000000000000000000000000000000000000..5363a869d6ecdeeb23dbaa58ae530f0d2c1ed856 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz3.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz4.html b/m3u8/NZ.SkySport/daddy/nz4.html new file mode 100644 index 0000000000000000000000000000000000000000..21643d79978b84bd76e4178bd26755cd2eb23ff3 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz4.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz5.html b/m3u8/NZ.SkySport/daddy/nz5.html new file mode 100644 index 0000000000000000000000000000000000000000..ba31fa3fccf066bcc98e7087b83cd7f1d9741956 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz5.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz6.html b/m3u8/NZ.SkySport/daddy/nz6.html new file mode 100644 index 0000000000000000000000000000000000000000..f3edb4bbe13ba95ea503525b8e1aa0f52d7a1605 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz6.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz7.html b/m3u8/NZ.SkySport/daddy/nz7.html new file mode 100644 index 0000000000000000000000000000000000000000..d41bb4220bd8c4342f1fdae5cce3a3e3c20774f4 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz7.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz8.html b/m3u8/NZ.SkySport/daddy/nz8.html new file mode 100644 index 0000000000000000000000000000000000000000..0f17c040b698064e46f08b7f5c7add482130ef6c --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz8.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/daddy/nz9.html b/m3u8/NZ.SkySport/daddy/nz9.html new file mode 100644 index 0000000000000000000000000000000000000000..41ba14af06af4934f9256da7bb42f38404193bd6 --- /dev/null +++ b/m3u8/NZ.SkySport/daddy/nz9.html @@ -0,0 +1,58 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+
\ No newline at end of file diff --git a/m3u8/NZ.SkySport/index.html b/m3u8/NZ.SkySport/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/NZ.SkySport/nz.sky.sport.1.max.html b/m3u8/NZ.SkySport/nz.sky.sport.1.max.html new file mode 100644 index 0000000000000000000000000000000000000000..811c2d213573fddab0d902d44ca6deee2d0adfbf --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.1.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.2.max.html b/m3u8/NZ.SkySport/nz.sky.sport.2.max.html new file mode 100644 index 0000000000000000000000000000000000000000..5efc782c5b24102a700d74fc4837196d2e530b79 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.2.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.3.max.html b/m3u8/NZ.SkySport/nz.sky.sport.3.max.html new file mode 100644 index 0000000000000000000000000000000000000000..56109fc5874fa4a3467b2b36693f8e15c2f441e1 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.3.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.4.max.html b/m3u8/NZ.SkySport/nz.sky.sport.4.max.html new file mode 100644 index 0000000000000000000000000000000000000000..bbbc6c8af4db6c65725678a2c08bb270672cd4b6 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.4.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.5.max.html b/m3u8/NZ.SkySport/nz.sky.sport.5.max.html new file mode 100644 index 0000000000000000000000000000000000000000..ca0896f7d1b06b0757f1964342e28d62b24e9cbb --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.5.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.6.max.html b/m3u8/NZ.SkySport/nz.sky.sport.6.max.html new file mode 100644 index 0000000000000000000000000000000000000000..42463f94cf2b24a80bb5d5a6602f9bd3a8fb2011 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.6.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.7.max.html b/m3u8/NZ.SkySport/nz.sky.sport.7.max.html new file mode 100644 index 0000000000000000000000000000000000000000..d89f0fead7796bd6237c54e2d70b1ec32148e048 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.7.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/NZ.SkySport/nz.sky.sport.8.max.html b/m3u8/NZ.SkySport/nz.sky.sport.8.max.html new file mode 100644 index 0000000000000000000000000000000000000000..7325e5a11a16b5abc3bab66dce11803882457707 --- /dev/null +++ b/m3u8/NZ.SkySport/nz.sky.sport.8.max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Premier.Sports.IRE.m3u8 b/m3u8/Premier.Sports.IRE.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..d002d1bb3cef92f8e8801d9acf6fb6bba92a5a51 --- /dev/null +++ b/m3u8/Premier.Sports.IRE.m3u8 @@ -0,0 +1,4 @@ +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_premiersports1/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_premiersports2/index.m3u8 \ No newline at end of file diff --git a/m3u8/Sky.Sports.m3u8 b/m3u8/Sky.Sports.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..a394d8c25d16381bfb2b928aacf40f9a038e4930 --- /dev/null +++ b/m3u8/Sky.Sports.m3u8 @@ -0,0 +1,16 @@ +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssmain/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssepl/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssfb/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_sscricket/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssf1/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssgolf/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssmix/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_ssnews/index.m3u8 \ No newline at end of file diff --git a/m3u8/Sky.Sports/IT.skysportsgolf.html b/m3u8/Sky.Sports/IT.skysportsgolf.html new file mode 100644 index 0000000000000000000000000000000000000000..4b3d5b875ed77045845df13a4e006f8bf51984c9 --- /dev/null +++ b/m3u8/Sky.Sports/IT.skysportsgolf.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Wait 5 Seconds
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/index.html b/m3u8/Sky.Sports/antenaplanetmaxsport/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsaction.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsaction.html new file mode 100644 index 0000000000000000000000000000000000000000..8993de846383ccabb9f3cd624b6c2d71ae119b4c --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsaction.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsarena.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsarena.html new file mode 100644 index 0000000000000000000000000000000000000000..19f6de5294fc1776db2086590b9e99868c8a0045 --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsarena.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportscricket.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportscricket.html new file mode 100644 index 0000000000000000000000000000000000000000..8702a8de625ba395908a2706deb39f64b19237f1 --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportscricket.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsf1.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsf1.html new file mode 100644 index 0000000000000000000000000000000000000000..eab75b9283f6b8be075b6efb260fd4578ac0a732 --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsf1.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsfootball.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsfootball.html new file mode 100644 index 0000000000000000000000000000000000000000..8f3dce6fa62f9dba624d451c28c68608d73ef8d0 --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsfootball.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsgolf.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsgolf.html new file mode 100644 index 0000000000000000000000000000000000000000..92ad8ba9b2e5939267b539ccf96ef636a8b443eb --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsgolf.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsmainevent.html b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsmainevent.html new file mode 100644 index 0000000000000000000000000000000000000000..8bcd49c7e1985e4096bee61bb93c9087a839e733 --- /dev/null +++ b/m3u8/Sky.Sports/antenaplanetmaxsport/skysportsmainevent.html @@ -0,0 +1,70 @@ + +Crystal-Hosts +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/Sky.Sports/cric/skysportsmainevent.html b/m3u8/Sky.Sports/cric/skysportsmainevent.html new file mode 100644 index 0000000000000000000000000000000000000000..013b9c5c2720e4994889336bced4dcb03fd2df66 --- /dev/null +++ b/m3u8/Sky.Sports/cric/skysportsmainevent.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

Sky Sports Main Event

+ + +
+ + \ No newline at end of file diff --git a/m3u8/Sky.Sports/daddy/index.html b/m3u8/Sky.Sports/daddy/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/Sky.Sports/daddy/server3.txt b/m3u8/Sky.Sports/daddy/server3.txt new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/Sky.Sports/daddy/skysportsaction.html b/m3u8/Sky.Sports/daddy/skysportsaction.html new file mode 100644 index 0000000000000000000000000000000000000000..760c50b4d24d639f94c6ecefbe8365f966f97e71 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsaction.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsarena.html b/m3u8/Sky.Sports/daddy/skysportsarena.html new file mode 100644 index 0000000000000000000000000000000000000000..c8b191c002c599ed711e19cc83723b883a9d0c51 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsarena.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportscricket.html b/m3u8/Sky.Sports/daddy/skysportscricket.html new file mode 100644 index 0000000000000000000000000000000000000000..11570b4d7cf2e9e41f5a8fc6c4cfd4601982d8d2 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportscricket.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsf1.html b/m3u8/Sky.Sports/daddy/skysportsf1.html new file mode 100644 index 0000000000000000000000000000000000000000..44657074587e618cf805f8f8c1841de1619279f1 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsf1.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsfootball.html b/m3u8/Sky.Sports/daddy/skysportsfootball.html new file mode 100644 index 0000000000000000000000000000000000000000..88c0709b9fd6c2edc6d24bad96e8ddb062f4a2be --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsfootball.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsgolf.html b/m3u8/Sky.Sports/daddy/skysportsgolf.html new file mode 100644 index 0000000000000000000000000000000000000000..9b979e635954c8297828605f643955d7f44108cf --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsgolf.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsmainevent.html b/m3u8/Sky.Sports/daddy/skysportsmainevent.html new file mode 100644 index 0000000000000000000000000000000000000000..75582f6008321e39d0076109286b402f942c3291 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsmainevent.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsmix.html b/m3u8/Sky.Sports/daddy/skysportsmix.html new file mode 100644 index 0000000000000000000000000000000000000000..5164a9ecadc5544deb195364cb0fdd06d0c24b18 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsmix.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportsnews.html b/m3u8/Sky.Sports/daddy/skysportsnews.html new file mode 100644 index 0000000000000000000000000000000000000000..3c33866057d752d749326231b9634ba55e5751a6 --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportsnews.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/daddy/skysportspremleague.html b/m3u8/Sky.Sports/daddy/skysportspremleague.html new file mode 100644 index 0000000000000000000000000000000000000000..a59442d05b72699e855c58214e1166b57a4fa17e --- /dev/null +++ b/m3u8/Sky.Sports/daddy/skysportspremleague.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/Sky.Sports/index.html b/m3u8/Sky.Sports/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/Sky.Sports/piratesport/index.html b/m3u8/Sky.Sports/piratesport/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/Sky.Sports/piratesport/skysportsaction.html b/m3u8/Sky.Sports/piratesport/skysportsaction.html new file mode 100644 index 0000000000000000000000000000000000000000..b8cdcdc6f9ed3b12a080c27cb5cc1d9829dd102f --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsaction.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportscricket.html b/m3u8/Sky.Sports/piratesport/skysportscricket.html new file mode 100644 index 0000000000000000000000000000000000000000..840c2c97ca4a08e9a2453c2b9dd138be48395317 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportscricket.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsf1.html b/m3u8/Sky.Sports/piratesport/skysportsf1.html new file mode 100644 index 0000000000000000000000000000000000000000..27bc46e19ed4d6dfa6e2793fe15b8bd9c920c7fe --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsf1.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsfootball.html b/m3u8/Sky.Sports/piratesport/skysportsfootball.html new file mode 100644 index 0000000000000000000000000000000000000000..1a478fddb29325548943c9351f9692cba3c9ad56 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsfootball.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsgolf.html b/m3u8/Sky.Sports/piratesport/skysportsgolf.html new file mode 100644 index 0000000000000000000000000000000000000000..c835674b27eaa8af215f7bf0b278190f09f96285 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsgolf.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsmainevent.html b/m3u8/Sky.Sports/piratesport/skysportsmainevent.html new file mode 100644 index 0000000000000000000000000000000000000000..90e36237a83b4c44c7b61bd9866c044184c50305 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsmainevent.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsmix.html b/m3u8/Sky.Sports/piratesport/skysportsmix.html new file mode 100644 index 0000000000000000000000000000000000000000..32a37380f79d777b8f45f357b907f02e32eb6062 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsmix.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportsplus.html b/m3u8/Sky.Sports/piratesport/skysportsplus.html new file mode 100644 index 0000000000000000000000000000000000000000..486beae25ff21645632b5dd5810d899889d848ad --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportsplus.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/piratesport/skysportspremleague.html b/m3u8/Sky.Sports/piratesport/skysportspremleague.html new file mode 100644 index 0000000000000000000000000000000000000000..435463c4f5ce6397c2e42891702297eac8fec760 --- /dev/null +++ b/m3u8/Sky.Sports/piratesport/skysportspremleague.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/Sky.Sports/skysportlaliga.html b/m3u8/Sky.Sports/skysportlaliga.html new file mode 100644 index 0000000000000000000000000000000000000000..68325b3311963092b700400ebc2e9e3a6a61cd62 --- /dev/null +++ b/m3u8/Sky.Sports/skysportlaliga.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

Sky Sports Laliga En Vivo

+ + +
+ + diff --git a/m3u8/Sky.Sports/skysportsmainevent3team.html b/m3u8/Sky.Sports/skysportsmainevent3team.html new file mode 100644 index 0000000000000000000000000000000000000000..c70bc654969207ef340b78e87f4e7629c4b90c40 --- /dev/null +++ b/m3u8/Sky.Sports/skysportsmainevent3team.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

Sky Sports Main Event

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/Sky.Sports/skysportsplstw.html b/m3u8/Sky.Sports/skysportsplstw.html new file mode 100644 index 0000000000000000000000000000000000000000..29d41b4471b11f4a20e603688778715b4cb38222 --- /dev/null +++ b/m3u8/Sky.Sports/skysportsplstw.html @@ -0,0 +1,71 @@ + + +
+ + + + + + +
+ × +
NOTE: 2 POPUPS BLOCKED: Firestick users CLICK 'STAY HERE' Then Click PLAY
+ + + + + + + + + diff --git a/m3u8/Sky.Sports/skysportuno.html b/m3u8/Sky.Sports/skysportuno.html new file mode 100644 index 0000000000000000000000000000000000000000..6216cdf1c0b02d412d1c93c2c7a101112249e781 --- /dev/null +++ b/m3u8/Sky.Sports/skysportuno.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Wait 5 Seconds
+ + + + + + + + diff --git a/m3u8/Sky.Sports/xpat/SSPLxpat50.m3u8 b/m3u8/Sky.Sports/xpat/SSPLxpat50.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..86274d9077cdb5d9dff1e5319c41371a75ab4b98 --- /dev/null +++ b/m3u8/Sky.Sports/xpat/SSPLxpat50.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://xplatinmedia.com:8080/Limitless_discord/jKJvVnMHB6mhwrqBRwhCumNLJDUSAt/36 \ No newline at end of file diff --git a/m3u8/StarSportsSel1.m3u8 b/m3u8/StarSportsSel1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..5e3429ac2111fe07f0d8b45a810d5032fadc07de --- /dev/null +++ b/m3u8/StarSportsSel1.m3u8 @@ -0,0 +1,15 @@ +#EXTM3U +#EXT-X-VERSION:3 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-ALLOW-CACHE:YES +#EXT-X-TARGETDURATION:11 +#EXTINF:4, no desc +http://tv.cloudcdn.me:80/live.ts?channelId=299&uid=16068&deviceMac=00:1A:79:ED:10:29 +#EXTINF:4, no desc +http://tv.cloudcdn.me:80/live.ts?channelId=300&uid=16068&deviceMac=00:1A:79:ED:10:29 +#EXTINF:4, no desc +http://tv.cloudcdn.me:80/live.ts?channelId=299&uid=16068&deviceMac=00:1A:79:ED:10:29 +#EXTINF:4, no desc +http://tv.cloudcdn.me:80/live.ts?channelId=299&uid=16068&deviceMac=00:1A:79:ED:10:29 +#EXTINF:4, no desc +http://tv.cloudcdn.me:80/live.ts?channelId=299&uid=16068&deviceMac=00:1A:79:ED:10:29 \ No newline at end of file diff --git a/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports1.html b/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports1.html new file mode 100644 index 0000000000000000000000000000000000000000..165ebd14999b0fca1510c3463190545e1045118c --- /dev/null +++ b/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports1.html @@ -0,0 +1,61 @@ + +Crystal-Hosts + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+ +
\ No newline at end of file diff --git a/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports2.html b/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports2.html new file mode 100644 index 0000000000000000000000000000000000000000..712427f25f86a658b52c4e7615b73e3008b7974c --- /dev/null +++ b/m3u8/TNT.Sports/antennaplanetmaxsport/premiersports2.html @@ -0,0 +1,61 @@ + +Crystal-Hosts + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+ +
\ No newline at end of file diff --git a/m3u8/TNT.Sports/antennaplanetmaxsport/tntsports1.html b/m3u8/TNT.Sports/antennaplanetmaxsport/tntsports1.html new file mode 100644 index 0000000000000000000000000000000000000000..8f0293e28698c58ecd11cdebc4d804b23833c9f3 --- /dev/null +++ b/m3u8/TNT.Sports/antennaplanetmaxsport/tntsports1.html @@ -0,0 +1,61 @@ + +Crystal-Hosts + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + +
+ +
\ No newline at end of file diff --git a/m3u8/TNT.Sports/daddy/tntsports1.html b/m3u8/TNT.Sports/daddy/tntsports1.html new file mode 100644 index 0000000000000000000000000000000000000000..c29a075eb9d39cdaf43117f9c79a043b89932a78 --- /dev/null +++ b/m3u8/TNT.Sports/daddy/tntsports1.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/TNT.Sports/daddy/tntsports2.html b/m3u8/TNT.Sports/daddy/tntsports2.html new file mode 100644 index 0000000000000000000000000000000000000000..ab0ddec18d8d673850562a36d39018915dc78dc1 --- /dev/null +++ b/m3u8/TNT.Sports/daddy/tntsports2.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/TNT.Sports/daddy/tntsports3.html b/m3u8/TNT.Sports/daddy/tntsports3.html new file mode 100644 index 0000000000000000000000000000000000000000..193c2c6645d8e7b851a54349d042897161065676 --- /dev/null +++ b/m3u8/TNT.Sports/daddy/tntsports3.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/TNT.Sports/encrypted/encrtnt1alien.html b/m3u8/TNT.Sports/encrypted/encrtnt1alien.html new file mode 100644 index 0000000000000000000000000000000000000000..7c071b9bf16cab530c1914a45983a45644f1fdab --- /dev/null +++ b/m3u8/TNT.Sports/encrypted/encrtnt1alien.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/m3u8/TNT.Sports/encrypted/encrtnt2alien.html b/m3u8/TNT.Sports/encrypted/encrtnt2alien.html new file mode 100644 index 0000000000000000000000000000000000000000..2af89b0b649c9bee1847a75ed14d1ef45270d7da --- /dev/null +++ b/m3u8/TNT.Sports/encrypted/encrtnt2alien.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/m3u8/TNT.Sports/encrypted/encrtnt3alien.html b/m3u8/TNT.Sports/encrypted/encrtnt3alien.html new file mode 100644 index 0000000000000000000000000000000000000000..ce9cd2e0b9ab3c4eb6b65e73002449feb6803801 --- /dev/null +++ b/m3u8/TNT.Sports/encrypted/encrtnt3alien.html @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/m3u8/TNT.Sports/index.html b/m3u8/TNT.Sports/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/TNT.Sports/piratesport/tntsports1.html b/m3u8/TNT.Sports/piratesport/tntsports1.html new file mode 100644 index 0000000000000000000000000000000000000000..b442f96f16dba6f53587d2301162f5e94eff2aa8 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports1.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports10.html b/m3u8/TNT.Sports/piratesport/tntsports10.html new file mode 100644 index 0000000000000000000000000000000000000000..d59e6bb80c5587c68210223cf39ba9a95b360e23 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports10.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports2.html b/m3u8/TNT.Sports/piratesport/tntsports2.html new file mode 100644 index 0000000000000000000000000000000000000000..8887cac2fcf6f5383aebe5b78e26b8e822da97a1 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports2.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports3.html b/m3u8/TNT.Sports/piratesport/tntsports3.html new file mode 100644 index 0000000000000000000000000000000000000000..76a88a05a82ee8789f971c029d366d0e693c7f67 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports3.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports4.html b/m3u8/TNT.Sports/piratesport/tntsports4.html new file mode 100644 index 0000000000000000000000000000000000000000..80c34768678a084a40bd3f4ea4fd964a9c6237c1 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports4.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports5.html b/m3u8/TNT.Sports/piratesport/tntsports5.html new file mode 100644 index 0000000000000000000000000000000000000000..12a59ea8e61b16390be8535dd8a40d4ddb414236 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports5.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports6.html b/m3u8/TNT.Sports/piratesport/tntsports6.html new file mode 100644 index 0000000000000000000000000000000000000000..0bfd33521a29a3c7ce1e10a7f79973636681f435 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports6.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports7.html b/m3u8/TNT.Sports/piratesport/tntsports7.html new file mode 100644 index 0000000000000000000000000000000000000000..1d40f4d2ebb32ccc0790e254b4a05027a1839c84 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports7.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports8.html b/m3u8/TNT.Sports/piratesport/tntsports8.html new file mode 100644 index 0000000000000000000000000000000000000000..c7c6be4d094a238b88962889e8543b2bc1b10648 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports8.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/piratesport/tntsports9.html b/m3u8/TNT.Sports/piratesport/tntsports9.html new file mode 100644 index 0000000000000000000000000000000000000000..cc622e377459c4a7bee9f7d94da90db8aca899b7 --- /dev/null +++ b/m3u8/TNT.Sports/piratesport/tntsports9.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/TNT.Sports/tnt1alien.html b/m3u8/TNT.Sports/tnt1alien.html new file mode 100644 index 0000000000000000000000000000000000000000..13d8e26754e7313e29d7b529563327ef7cf77d74 --- /dev/null +++ b/m3u8/TNT.Sports/tnt1alien.html @@ -0,0 +1,72 @@ + + + + + + + http://tfms.xyz/tv1.apk + + + + + + +
+ + + \ No newline at end of file diff --git a/m3u8/TNT.Sports/tnt1psg.html b/m3u8/TNT.Sports/tnt1psg.html new file mode 100644 index 0000000000000000000000000000000000000000..9ba6a01789a51fdadf6a804a238cb6aa55024be7 --- /dev/null +++ b/m3u8/TNT.Sports/tnt1psg.html @@ -0,0 +1,15 @@ + + + +Crystal-Hosts +

TNT Sports 1

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/TNT.Sports/tnt2alien.html b/m3u8/TNT.Sports/tnt2alien.html new file mode 100644 index 0000000000000000000000000000000000000000..89b64b19a48113730ca18a8411f83079a27fe4ab --- /dev/null +++ b/m3u8/TNT.Sports/tnt2alien.html @@ -0,0 +1,77 @@ + + + + + https://tfms.xyz/tv1.apk + + + + + + + +
+ + + + + + + + + + + + + + + + atOptions = { + 'key' : '701fef7de243c4e8e91e6e6b3a2fea1e', + 'format' : 'iframe', + 'height' : 90, + 'width' : 728, + 'params' : {} + }; + + + \ No newline at end of file diff --git a/m3u8/TNT.Sports/tnt3alien.html b/m3u8/TNT.Sports/tnt3alien.html new file mode 100644 index 0000000000000000000000000000000000000000..bc0635d6e077fce1f2be6c1264bf9031372cfd31 --- /dev/null +++ b/m3u8/TNT.Sports/tnt3alien.html @@ -0,0 +1,30 @@ + + + + https://tfms.xyz/tv1.apk + + + + + + +
+ + + + \ No newline at end of file diff --git a/m3u8/TNT.Sports/tntsports1max.html b/m3u8/TNT.Sports/tntsports1max.html new file mode 100644 index 0000000000000000000000000000000000000000..cec92b106dce8b562a9745dfa3d1e30bd8d49c53 --- /dev/null +++ b/m3u8/TNT.Sports/tntsports1max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/TNT.Sports/tntsports2max.html b/m3u8/TNT.Sports/tntsports2max.html new file mode 100644 index 0000000000000000000000000000000000000000..904732d71bf96d1481c3c85ba5672bf920d462ed --- /dev/null +++ b/m3u8/TNT.Sports/tntsports2max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/TNT.Sports/tntsports3max.html b/m3u8/TNT.Sports/tntsports3max.html new file mode 100644 index 0000000000000000000000000000000000000000..68191119d42d4ee4c4d27ac68d937c2af2dba4db --- /dev/null +++ b/m3u8/TNT.Sports/tntsports3max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/TNT.Sports/tntsports4max.html b/m3u8/TNT.Sports/tntsports4max.html new file mode 100644 index 0000000000000000000000000000000000000000..c95030b1a8e281febefeae7f8d08f15669895e29 --- /dev/null +++ b/m3u8/TNT.Sports/tntsports4max.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/TNTBT.Sports.m3u8 b/m3u8/TNTBT.Sports.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..5543953eb592439b9179aa5c8c66c439eea0e717 --- /dev/null +++ b/m3u8/TNTBT.Sports.m3u8 @@ -0,0 +1,8 @@ +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_bts1/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_bts2/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_bts3/index.m3u8 +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1 +https://liveua.score806.cc/uk_bts4/index.m3u8 \ No newline at end of file diff --git a/m3u8/allreplays.html b/m3u8/allreplays.html new file mode 100644 index 0000000000000000000000000000000000000000..348d9c580f32918d7d8896684224b46236e61a38 --- /dev/null +++ b/m3u8/allreplays.html @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/m3u8/bbc/bbc1.html b/m3u8/bbc/bbc1.html new file mode 100644 index 0000000000000000000000000000000000000000..73a94b836a8d218b66e0db21daee08b7fe8f96c6 --- /dev/null +++ b/m3u8/bbc/bbc1.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

BBC 1 (Iplayer Link)
If You Are Outside The UK Use A VPN UK Server

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/bbc/bbc2.html b/m3u8/bbc/bbc2.html new file mode 100644 index 0000000000000000000000000000000000000000..3f49a14304e3e0bfe2e33b7953e5e52f067c82de --- /dev/null +++ b/m3u8/bbc/bbc2.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

BBC 2 (Iplayer Link)
If You Are Outside The UK Use A VPN UK Server

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/bbc/bbc3.html b/m3u8/bbc/bbc3.html new file mode 100644 index 0000000000000000000000000000000000000000..c7d21015098719bb49f3a34d6631bf502cde6c80 --- /dev/null +++ b/m3u8/bbc/bbc3.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

BBC 3 (Iplayer Link)
If You Are Outside The UK Use A VPN UK Server

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/bbc/bbc4.html b/m3u8/bbc/bbc4.html new file mode 100644 index 0000000000000000000000000000000000000000..c00cc58729445cba8398c78aab10f6eef9c0e098 --- /dev/null +++ b/m3u8/bbc/bbc4.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

BBC 4 (Iplayer Link)
If You Are Outside The UK Use A VPN UK Server

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/bbc/index.html b/m3u8/bbc/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/bein/daddy/beinsports1.html b/m3u8/bein/daddy/beinsports1.html new file mode 100644 index 0000000000000000000000000000000000000000..736efafff8095c090bac57eb2388b6e809bd6fff --- /dev/null +++ b/m3u8/bein/daddy/beinsports1.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Click The Unmute Button Then Click STAY HERE, +Click The Unmute Button Again Until The Stream Starts, Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+ + + + + + + + diff --git a/m3u8/btw.html b/m3u8/btw.html new file mode 100644 index 0000000000000000000000000000000000000000..d029deeb0a3652ab669af42db97fd977f40b5550 --- /dev/null +++ b/m3u8/btw.html @@ -0,0 +1,70 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users ALWAYS CLICK STAY HERE
+To Make Scrolling Work Press The X To Close This Box ==============> +
+ + + + + + + + diff --git a/m3u8/crichd.html b/m3u8/crichd.html new file mode 100644 index 0000000000000000000000000000000000000000..4fea0c244b6c945803ed180d4d77904c302f851e --- /dev/null +++ b/m3u8/crichd.html @@ -0,0 +1,33 @@ + + +Crystal-Hosts + + + + + + + +
+

Open This Link With VLC Player

+ + + + + + + + + + + +
How To Load The Playlist
When A Stream Is Playing
Click Top Right Of The Screen (3 Lines)
Lots Of Popular Sports Channels
Streams Can Take A Few Seconds To Start!
If It's Blocked For You, Install Proton or Hide.Me VPN
+ + + +

No Files Are Hosted Directly On This App!

+

+ + + + \ No newline at end of file diff --git a/m3u8/encrypted/footyencrypt.html b/m3u8/encrypted/footyencrypt.html new file mode 100644 index 0000000000000000000000000000000000000000..c24e821dd814d34d4ee6b9561e4da1e184435968 --- /dev/null +++ b/m3u8/encrypted/footyencrypt.html @@ -0,0 +1,894 @@ + + + + + Protected Page + + + + + + + + + + + + + +
+
+
+ + + + + + diff --git a/m3u8/filmrise.html b/m3u8/filmrise.html new file mode 100644 index 0000000000000000000000000000000000000000..03bc5cd47cbb5bbf71ce238dd4dfb8437af91c35 --- /dev/null +++ b/m3u8/filmrise.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

Use Silk Browser or MX Player or VLC Player
Quality Will Auto Update

+Black TV

+Black TV

+Cheaters

+Horror

+Horror

+Forensic Files

+True Crime

+True Crime

+Unsolved Mysteries

+Worlds Most Evil Killers

diff --git a/m3u8/fireflix.html b/m3u8/fireflix.html new file mode 100644 index 0000000000000000000000000000000000000000..eadab1bc7ebc1119231f36de6de6b39b7c9e0f1a --- /dev/null +++ b/m3u8/fireflix.html @@ -0,0 +1,13 @@ + + diff --git a/m3u8/heative.html b/m3u8/heative.html new file mode 100644 index 0000000000000000000000000000000000000000..f5df69a7265f1b6bafdb533b5ab699fd5604d14c --- /dev/null +++ b/m3u8/heative.html @@ -0,0 +1,68 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
+ + + + + + + + diff --git a/m3u8/heatvelive.html b/m3u8/heatvelive.html new file mode 100644 index 0000000000000000000000000000000000000000..902126bd0ce5b11819d99792616946cc2dac8574 --- /dev/null +++ b/m3u8/heatvelive.html @@ -0,0 +1,15 @@ + + + + diff --git a/m3u8/hub1.m3u8 b/m3u8/hub1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..463f7ea73c26790a14fcbb60a046509248dcb96d --- /dev/null +++ b/m3u8/hub1.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305270 \ No newline at end of file diff --git a/m3u8/huhu.html b/m3u8/huhu.html new file mode 100644 index 0000000000000000000000000000000000000000..8526c2714e4d5d219b8d33672df392372bb6a966 --- /dev/null +++ b/m3u8/huhu.html @@ -0,0 +1,13 @@ + + diff --git a/m3u8/index.html b/m3u8/index.html new file mode 100644 index 0000000000000000000000000000000000000000..5cead000ac2630a1b84fbe6ff94fd6212ccfc4e8 --- /dev/null +++ b/m3u8/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/m3u8/kool.html b/m3u8/kool.html new file mode 100644 index 0000000000000000000000000000000000000000..3ef55d58d4c80e75ffce5e38a23504998edae1c0 --- /dev/null +++ b/m3u8/kool.html @@ -0,0 +1,13 @@ + + diff --git a/m3u8/livehd.html b/m3u8/livehd.html new file mode 100644 index 0000000000000000000000000000000000000000..0de04b0bf1dfb756d51a240a980e994684d050b6 --- /dev/null +++ b/m3u8/livehd.html @@ -0,0 +1,14 @@ + + + diff --git a/m3u8/livetvuk.html b/m3u8/livetvuk.html new file mode 100644 index 0000000000000000000000000000000000000000..77481a08a3d10829cf7b5e5c77ea906d46cb45a5 --- /dev/null +++ b/m3u8/livetvuk.html @@ -0,0 +1,59 @@ + + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK STAY HERE
+ + + + + + + + +
+
+
\ No newline at end of file diff --git a/m3u8/mocine.html b/m3u8/mocine.html new file mode 100644 index 0000000000000000000000000000000000000000..34b42905352f61627fbbf81ea480c4768a4ba56b --- /dev/null +++ b/m3u8/mocine.html @@ -0,0 +1,16 @@ + + +

NOTE: POPUPS Firestick Users Always Click Stay Here

+ + \ No newline at end of file diff --git a/m3u8/msh.html b/m3u8/msh.html new file mode 100644 index 0000000000000000000000000000000000000000..c0f1d50e30662061c2eeb25ee110a214eb43e43f --- /dev/null +++ b/m3u8/msh.html @@ -0,0 +1,68 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users ALWAYS CLICK STAY HERE, Press The X To Close This Box ===>
+ + + + + + + + diff --git a/m3u8/muts.html b/m3u8/muts.html new file mode 100644 index 0000000000000000000000000000000000000000..4dfad7354e9fb65b77aafedc3ce12171b0c1133a --- /dev/null +++ b/m3u8/muts.html @@ -0,0 +1,69 @@ + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users ALWAYS CLICK STAY HERE, Press The X To Close This Box ===>
+If You Do Get Taken To An Advert Window Just Click The Back Button On Your Remote
+ + + + + + + + diff --git a/m3u8/mybein/mybein1.m3u8 b/m3u8/mybein/mybein1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..51fc21baddb7185cbdd486b6899bd6285d0d9c10 --- /dev/null +++ b/m3u8/mybein/mybein1.m3u8 @@ -0,0 +1 @@ +http://51.89.148.37:8080/catena-9-100-streamer-bein_sports_1_fhd/tracks-v1a1a2a3l1l2/mono.m3u8?token=ef1c6f27da4b04de8c97b52b9255617b \ No newline at end of file diff --git a/m3u8/mybein/mybein2.m3u8 b/m3u8/mybein/mybein2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..45bc0ab2135dbfc2f0eb996e1dfdd339375c79d2 --- /dev/null +++ b/m3u8/mybein/mybein2.m3u8 @@ -0,0 +1 @@ +http://51.89.148.37:8080/catena-9-101-streamer-bein_sports_2_fhd/tracks-v1a1a2a3l1l2/mono.m3u8?token=ef1c6f27da4b04de8c97b52b9255617b \ No newline at end of file diff --git a/m3u8/mybein/mybein3.m3u8 b/m3u8/mybein/mybein3.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..ed7aa8a8406d442536d4cf0585446e13409c4837 --- /dev/null +++ b/m3u8/mybein/mybein3.m3u8 @@ -0,0 +1 @@ +http://51.89.148.37:8080/catena-9-102-streamer-bein_sports_3_fhd/tracks-v1a1a2a3l1l2/mono.m3u8?token=ef1c6f27da4b04de8c97b52b9255617b \ No newline at end of file diff --git a/m3u8/novasportPL.html b/m3u8/novasportPL.html new file mode 100644 index 0000000000000000000000000000000000000000..fd81f7a5f790be78d0939931809c54d43738c3ec --- /dev/null +++ b/m3u8/novasportPL.html @@ -0,0 +1,69 @@ + +
+ + + + + + +
+ × +
NOTE: 1 POPUP: Firestick users CLICK 'STAY HERE' Then Unmute & Then Go FULLSCREEN
+ + + + + + + + diff --git a/m3u8/now.sport/here/now2.html b/m3u8/now.sport/here/now2.html new file mode 100644 index 0000000000000000000000000000000000000000..2174236aef6ff0ca402d5bbc2d860504c073afc1 --- /dev/null +++ b/m3u8/now.sport/here/now2.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

HK Now Premier Sports 2

+ + +
+ + \ No newline at end of file diff --git a/m3u8/now.sport/here/now3.html b/m3u8/now.sport/here/now3.html new file mode 100644 index 0000000000000000000000000000000000000000..9ff2a63d9c746829d1f1e409d5fb0ed284c75300 --- /dev/null +++ b/m3u8/now.sport/here/now3.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

HK Now Premier Sports 3

+ + +
+ + \ No newline at end of file diff --git a/m3u8/now.sport/here/now4.html b/m3u8/now.sport/here/now4.html new file mode 100644 index 0000000000000000000000000000000000000000..edafd6b0b28567ae69e763e0ff21afe06668ea9c --- /dev/null +++ b/m3u8/now.sport/here/now4.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

HK Now Premier Sports 4

+ + +
+ + \ No newline at end of file diff --git a/m3u8/now.sport/here/now5.html b/m3u8/now.sport/here/now5.html new file mode 100644 index 0000000000000000000000000000000000000000..57b30a40991f4fac286d3af0952b2b9e57ea07f9 --- /dev/null +++ b/m3u8/now.sport/here/now5.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

HK Now Premier Sports 5

+ + +
+ + \ No newline at end of file diff --git a/m3u8/now.sport/here/now6.html b/m3u8/now.sport/here/now6.html new file mode 100644 index 0000000000000000000000000000000000000000..50d8da338449c750fa7fb8f6e8adb7a58da1b57b --- /dev/null +++ b/m3u8/now.sport/here/now6.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

HK Now Premier Sports 6

+ + +
+ + \ No newline at end of file diff --git a/m3u8/now.sport/now1.html b/m3u8/now.sport/now1.html new file mode 100644 index 0000000000000000000000000000000000000000..b16bae7d81afb751fa58945a0e14834486d71a85 --- /dev/null +++ b/m3u8/now.sport/now1.html @@ -0,0 +1,5 @@ + + +Crystal-Hosts +

HK Now Premier Sports 1

+
diff --git a/m3u8/now.sport/now1.m3u8 b/m3u8/now.sport/now1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..975cd361b76d838900001f383ee34e6007faa53c --- /dev/null +++ b/m3u8/now.sport/now1.m3u8 @@ -0,0 +1 @@ +http://45.194.86.111:8070/c77a5914/cd600797bc/304092 \ No newline at end of file diff --git a/m3u8/now1xpat.m3u8 b/m3u8/now1xpat.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..c5026493dca995b289b8367bf8d8ca8dd3943a9f --- /dev/null +++ b/m3u8/now1xpat.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://xplatinmedia.com:8080/Limitless_discord/jKJvVnMHB6mhwrqBRwhCumNLJDUSAt/121181 \ No newline at end of file diff --git a/m3u8/nowUHDxpat.m3u8 b/m3u8/nowUHDxpat.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..33f3bbb905fb832442ea5f370da9e08cc6f307ab --- /dev/null +++ b/m3u8/nowUHDxpat.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://xplatinmedia.com:8080/Limitless_discord/jKJvVnMHB6mhwrqBRwhCumNLJDUSAt/108188 \ No newline at end of file diff --git a/m3u8/pcl.m3u8 b/m3u8/pcl.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..d4d3c6263c7019f5af358dcde5a6bf649be0a4e0 --- /dev/null +++ b/m3u8/pcl.m3u8 @@ -0,0 +1 @@ +https://toffee.yflix.top/live.php?id=2d4852b1a355&e=.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/assp1.m3u8 b/m3u8/pendy/assp1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..75302678fcf8f48b55135878e19c3bfa8a0cb9ba --- /dev/null +++ b/m3u8/pendy/assp1.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=go_assp1 \ No newline at end of file diff --git a/m3u8/pendy/assp2.m3u8 b/m3u8/pendy/assp2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..ff211106986b3e9cbaefeb464d384483833980f0 --- /dev/null +++ b/m3u8/pendy/assp2.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=go_assp2 \ No newline at end of file diff --git a/m3u8/pendy/assp3.m3u8 b/m3u8/pendy/assp3.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..752c8498567e5e96b857ed32190a2c700597e68a --- /dev/null +++ b/m3u8/pendy/assp3.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=go_assp3 \ No newline at end of file diff --git a/m3u8/pendy/assp4.m3u8 b/m3u8/pendy/assp4.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..6a2048fc978dfa13e81005040a0dcb93ed7c2ae0 --- /dev/null +++ b/m3u8/pendy/assp4.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=go_assp4 \ No newline at end of file diff --git a/m3u8/pendy/index.html b/m3u8/pendy/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/pendy/skymain.m3u8 b/m3u8/pendy/skymain.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..cd873dcfd8889183ef6b37448cce2347088d5cb9 --- /dev/null +++ b/m3u8/pendy/skymain.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongmain/index.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/skyprem.m3u8 b/m3u8/pendy/skyprem.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..937c02ee96db99a993caa6dbec8a82c55c3deca9 --- /dev/null +++ b/m3u8/pendy/skyprem.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongepl/index.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/sscr.m3u8 b/m3u8/pendy/sscr.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..8ff84d80595b582df15c23a4a880aa7f16bc1ed4 --- /dev/null +++ b/m3u8/pendy/sscr.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongcricket \ No newline at end of file diff --git a/m3u8/pendy/ssf1.m3u8 b/m3u8/pendy/ssf1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..3e2f66ab5cef4cb9eec96b99ca83c777a3a60079 --- /dev/null +++ b/m3u8/pendy/ssf1.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongf1 \ No newline at end of file diff --git a/m3u8/pendy/ssme.m3u8 b/m3u8/pendy/ssme.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..de3073589ff6993a74a8ba6a3ff92c3c39b91306 --- /dev/null +++ b/m3u8/pendy/ssme.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongmain \ No newline at end of file diff --git a/m3u8/pendy/ssmix.m3u8 b/m3u8/pendy/ssmix.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..fdb74511210aaa66c7251f7a48ec4f478f7a0897 --- /dev/null +++ b/m3u8/pendy/ssmix.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongmix \ No newline at end of file diff --git a/m3u8/pendy/ssnews.m3u8 b/m3u8/pendy/ssnews.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..ac1851c26902a424271735810d41ab4cf9663aed --- /dev/null +++ b/m3u8/pendy/ssnews.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongnews \ No newline at end of file diff --git a/m3u8/pendy/sspl.m3u8 b/m3u8/pendy/sspl.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..14aefb52b54ab704958420b0d1bf7614b2af390c --- /dev/null +++ b/m3u8/pendy/sspl.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tiankongepl \ No newline at end of file diff --git a/m3u8/pendy/tnt1.m3u8 b/m3u8/pendy/tnt1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..7f5971577ed766ab991311327637c83df82c441e --- /dev/null +++ b/m3u8/pendy/tnt1.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=6fac0aaead/index.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/tnt2.m3u8 b/m3u8/pendy/tnt2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..37c8491b53be59875084d132bdbdc5b08cac668a --- /dev/null +++ b/m3u8/pendy/tnt2.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=d9a76a79cc/index.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/tnt3uk.m3u8 b/m3u8/pendy/tnt3uk.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..318907c1d48da5a716c231777edc612244fce850 --- /dev/null +++ b/m3u8/pendy/tnt3uk.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=5fea4d73db/index.m3u8 \ No newline at end of file diff --git a/m3u8/pendy/tnt4uk.m3u8 b/m3u8/pendy/tnt4uk.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..3ddca5b185cb612fccdd7302b5af333e6ca770e4 --- /dev/null +++ b/m3u8/pendy/tnt4uk.m3u8 @@ -0,0 +1 @@ +https://smart.pendy.dpdns.org/Smart.php?id=tntsport4/index.m3u8 \ No newline at end of file diff --git a/m3u8/prem/index.html b/m3u8/prem/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/prem/premiersports1.html b/m3u8/prem/premiersports1.html new file mode 100644 index 0000000000000000000000000000000000000000..362223770c4b8984b33c408db5f2d014521e8929 --- /dev/null +++ b/m3u8/prem/premiersports1.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/prem/premiersports2.html b/m3u8/prem/premiersports2.html new file mode 100644 index 0000000000000000000000000000000000000000..253b841f817ee4315f0927cd4cfd114aa5079810 --- /dev/null +++ b/m3u8/prem/premiersports2.html @@ -0,0 +1,15 @@ + +Crystal-Hosts + + diff --git a/m3u8/prem/usanetworksd.html b/m3u8/prem/usanetworksd.html new file mode 100644 index 0000000000000000000000000000000000000000..4637bfc4c113fa54337a31fda771434a3e9f601b --- /dev/null +++ b/m3u8/prem/usanetworksd.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

USA Network

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/premsports2.m3u8 b/m3u8/premsports2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..c124cbca15eaf8599d0dcc7ed06e78af2159a0a8 --- /dev/null +++ b/m3u8/premsports2.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/https://nflarcadia.xyz:443/bRtT37sn3w/Sx5q6YTgCs/3.ts \ No newline at end of file diff --git a/m3u8/ptvsports.html b/m3u8/ptvsports.html new file mode 100644 index 0000000000000000000000000000000000000000..4ad4164295c244ba8ffa1c905f2cfa68dcdba328 --- /dev/null +++ b/m3u8/ptvsports.html @@ -0,0 +1,14 @@ + + +Crystal-Hosts +

Star Sports 1 EN

+ + +
+ + + + +
+
+
\ No newline at end of file diff --git a/m3u8/star.sports.ndevslk.html b/m3u8/star.sports.ndevslk.html new file mode 100644 index 0000000000000000000000000000000000000000..b26765d92e42c41f82164fb53c5ead33ed9a3685 --- /dev/null +++ b/m3u8/star.sports.ndevslk.html @@ -0,0 +1,13 @@ + + diff --git a/m3u8/temp/sund.html b/m3u8/temp/sund.html new file mode 100644 index 0000000000000000000000000000000000000000..6cf1c095f53f1d18d074329ccaa891882572cdce --- /dev/null +++ b/m3u8/temp/sund.html @@ -0,0 +1,18 @@ + + +

NOTE: POPUPS Firestick Users Always Click Stay Here

+ +
+
+
\ No newline at end of file diff --git a/m3u8/temp/sundclppr.html b/m3u8/temp/sundclppr.html new file mode 100644 index 0000000000000000000000000000000000000000..9e903aa6b598f847198f1a758f3a0e2b58ebcadc --- /dev/null +++ b/m3u8/temp/sundclppr.html @@ -0,0 +1,9 @@ + + +Crystal-Hosts +

Star Sports 1 EN

+ + +
+ + diff --git a/m3u8/temp/sunder.m3u8 b/m3u8/temp/sunder.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..62d612c104b76da388d7cfc929c12be00efb6aff --- /dev/null +++ b/m3u8/temp/sunder.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/https://nflarcadia.xyz:443/bRtT37sn3w/Sx5q6YTgCs/2.ts \ No newline at end of file diff --git a/m3u8/temp/utd.html b/m3u8/temp/utd.html new file mode 100644 index 0000000000000000000000000000000000000000..a9e7c85ecded70a7b231d74ef6bae7b596039d4c --- /dev/null +++ b/m3u8/temp/utd.html @@ -0,0 +1,13 @@ + + diff --git a/m3u8/tencricket.m3u8 b/m3u8/tencricket.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..51d40d30bc978446ecce5d02875fe895df27828d --- /dev/null +++ b/m3u8/tencricket.m3u8 @@ -0,0 +1 @@ +https://toffee.yflix.top/live.php?id=f76c7eb00da0&e=.m3u8 \ No newline at end of file diff --git a/m3u8/tnt1daddytest.m3u8 b/m3u8/tnt1daddytest.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..241cd9668f7e2874008f1894c3651e98d5f889d4 --- /dev/null +++ b/m3u8/tnt1daddytest.m3u8 @@ -0,0 +1 @@ +https://m3u-playlist-proxy-bokb.onrender.com/channel?url=https://new.newkso.ru/azo/eplayerdigitvbt1/mono.m3u8&data=dXNlci1hZ2VudD1Nb3ppbGxhLzUuMCAoV2luZG93cyBOVCAxMC4wOyBXaW42NDsgeDY0OyBydjoxMzcuMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC8xMzcuMHxyZWZlcmVyPWh0dHBzOi8vYWxsZG93bnBsYXkueHl6 \ No newline at end of file diff --git a/m3u8/tree/astrocri.m3u8 b/m3u8/tree/astrocri.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..f0cf7bbd427007e6f78ece128caef626f28d5752 --- /dev/null +++ b/m3u8/tree/astrocri.m3u8 @@ -0,0 +1 @@ +https://cors-proxy.cooks.fyi/http://aflaxtv.xyz:8080/mrhyena10/0ec929873f/157565 \ No newline at end of file diff --git a/m3u8/tree/astrofb.m3u8 b/m3u8/tree/astrofb.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..228c07e9e5490d00646c49a436df20b620463c69 --- /dev/null +++ b/m3u8/tree/astrofb.m3u8 @@ -0,0 +1 @@ +https://cors-proxy.cooks.fyi/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/157558 \ No newline at end of file diff --git a/m3u8/tree/astrogsd.m3u8 b/m3u8/tree/astrogsd.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..1986f6f6c9fb19559b5ab7e4ed6a9c01abdb6613 --- /dev/null +++ b/m3u8/tree/astrogsd.m3u8 @@ -0,0 +1 @@ +https://cors-proxy.cooks.fyi/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/306492 \ No newline at end of file diff --git a/m3u8/tree/astropl1.m3u8 b/m3u8/tree/astropl1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..9bc5122d7710cddfc526eeba44783fb565468af5 --- /dev/null +++ b/m3u8/tree/astropl1.m3u8 @@ -0,0 +1 @@ +https://cors-proxy.cooks.fyi/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/146068 \ No newline at end of file diff --git a/m3u8/tree/astropl2.m3u8 b/m3u8/tree/astropl2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..d0f00d7f77c1bf0e4294472c14bd5d1aa1856d03 --- /dev/null +++ b/m3u8/tree/astropl2.m3u8 @@ -0,0 +1 @@ +https://cors-proxy.cooks.fyi/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/306491 \ No newline at end of file diff --git a/m3u8/tree/hubprem1.m3u8 b/m3u8/tree/hubprem1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..463f7ea73c26790a14fcbb60a046509248dcb96d --- /dev/null +++ b/m3u8/tree/hubprem1.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305270 \ No newline at end of file diff --git a/m3u8/tree/hubprem2.m3u8 b/m3u8/tree/hubprem2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..b5c4323c4c5198503557acd36bd8a0e1742f44ee --- /dev/null +++ b/m3u8/tree/hubprem2.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305271 \ No newline at end of file diff --git a/m3u8/tree/hubprem3.m3u8 b/m3u8/tree/hubprem3.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..a94f132e7a6d3d85c3d36b75bd907ad4e8eafdaa --- /dev/null +++ b/m3u8/tree/hubprem3.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305272 \ No newline at end of file diff --git a/m3u8/tree/hubprem4.m3u8 b/m3u8/tree/hubprem4.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..57fd509cd0f6cbb2699f26325a1bd5289d191a2e --- /dev/null +++ b/m3u8/tree/hubprem4.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305273 \ No newline at end of file diff --git a/m3u8/tree/hubprem5.m3u8 b/m3u8/tree/hubprem5.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..5045a592cf65d418bc16b6c2ea52cc570e947b4b --- /dev/null +++ b/m3u8/tree/hubprem5.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305274 \ No newline at end of file diff --git a/m3u8/tree/hubprem6.m3u8 b/m3u8/tree/hubprem6.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..d4897519bac265ae509f5e8689e81c7ebc736f5d --- /dev/null +++ b/m3u8/tree/hubprem6.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/305275 \ No newline at end of file diff --git a/m3u8/tree/index.html b/m3u8/tree/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/m3u8/tree/now1.m3u8 b/m3u8/tree/now1.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..5623b4997fcb52669fe00a0bb89b90c9493606f5 --- /dev/null +++ b/m3u8/tree/now1.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/304092 \ No newline at end of file diff --git a/m3u8/tree/now2.m3u8 b/m3u8/tree/now2.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..225be0cdb9880fcbe84b52e33aed9a058f612138 --- /dev/null +++ b/m3u8/tree/now2.m3u8 @@ -0,0 +1 @@ +https://seep.eu.org/http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/304091 \ No newline at end of file diff --git a/m3u8/tree/spare.m3u b/m3u8/tree/spare.m3u new file mode 100644 index 0000000000000000000000000000000000000000..a8c93a2d17b6f684a5b5deb7d8b0ffa4747ee538 --- /dev/null +++ b/m3u8/tree/spare.m3u @@ -0,0 +1,5 @@ + +#EXTINF:-1,MY: Astro pl 2 +http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/157556 +#EXTINF:-1,MY: Astro GSTD +http://aflaxtv.xyz:8080/rapidiptv/shhT6NQ6ZdFw5/157557 \ No newline at end of file diff --git a/m3u8/tvgard.html b/m3u8/tvgard.html new file mode 100644 index 0000000000000000000000000000000000000000..d1a87cd4c7b856ddd7c0d7b3c51fbea398d1ddbb --- /dev/null +++ b/m3u8/tvgard.html @@ -0,0 +1,15 @@ + + + + diff --git a/m3u8/uk.sports.m3u8 b/m3u8/uk.sports.m3u8 new file mode 100644 index 0000000000000000000000000000000000000000..171e90ff4d74bbdfe61e0429e5ed884c00b01f0c --- /dev/null +++ b/m3u8/uk.sports.m3u8 @@ -0,0 +1,86 @@ +#EXTINF:0,Premier Sports 1 HD 50fps +http://3.team.ga:80/ch2440/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsU25NtIIQ3JjyLbxLMkONZatfvxn87gWzhP8f59c-B8B +#EXTINF:0,Premier Sports 2 HD 50fps +http://3.team.ga:80/ch2441/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsbYx8g4UjIMVelQ5hU7EHKrOBpR-wQ2CY_rq6jk8crw1 +#EXTINF:0,Sky Sports 1 UHD +http://3.team.ga:80/ch1516/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsXdiNyoJAjZXG6j_-z39HQmS0p9tGsvaQnnvGfqKtPRN +#EXTINF:0,Sky Sports 2 UHD +http://3.team.ga:80/ch2714/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsRLBB6Q-_HCJf8vvsI1XIGaK5KAcc5HtDMKC8a0Bb9zg +#EXTINF:0,Sky Sports Premier League HD 50fps +http://3.team.ga:80/ch2451/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsfVammoTmqY9uOjR1vPP2gZnX6lwkxUT4F8wiAy2QycR +#EXTINF:0,Sky Sports Premier League HD +http://3.team.ga:80/ch1554/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsRYd3XU2RUZ0OmunTiZbNvQAm0dVC-YDjinZHXOVMX5l +#EXTINF:0,Sky Sports News HD 50fps +http://3.team.ga:80/ch2450/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsT3O3_rTQg_ugql_3yJox0x1ZDM-iv5KTAWLGalR6ShZ +#EXTINF:0,Sky Sports News HD +http://3.team.ga:80/ch1061/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsYWz969LPmVWuLndWWByqzPli0pQHM8NZJQiP4P13Ho6 +#EXTINF:0,Sky Sports Football HD 50fps +http://3.team.ga:80/ch2446/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsZY5Wct_HP1-u_mTo7SFF-Jmm-_Q14rfpobg8jajYHjE +#EXTINF:0,Sky Sports Football HD +http://3.team.ga:80/ch314/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTxjItopcs-d186ZM6EQClXTaTBd02UP26N7OFmV4clZ +#EXTINF:0,Sky Sports Mix HD 50fps +http://3.team.ga:80/ch2449/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTXnYwGEVz0T8GR7mnITnaqnjMoetmXA8aq0lbgyGgdI +#EXTINF:0,Sky Sports Mix HD +http://3.team.ga:80/ch234/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdse-7sPd5-3uZz2TEbm4y3_n8fBOHLLHxYi8p4enzABmu +#EXTINF:0,Sky Sports Cricket HD 50fps +http://3.team.ga:80/ch2444/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsYridZz_gHaUJpOpGgpN0F4cNDlSssEq3oJqpfA0mHHP +#EXTINF:0,Sky Sports Cricket HD +http://3.team.ga:80/ch235/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsY9IL3b_H7YL_mu9DMTkuWszZmbp3kT9CiwLvidrOkqX +#EXTINF:0,Sky Sports Main Event UHD +http://3.team.ga:80/ch1508/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTaJ1v-pvKN5kMtnwXBeyIur6ViGWgtNBUWoe-Qxnd4O +#EXTINF:0,Sports Main Event HD 50fps +http://3.team.ga:80/ch2448/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsY2-mf3vQhCUdgD83chu7euXv77-crTUM2vsxt6EmYB3 +#EXTINF:0,Sky Sports Main Event HD +http://3.team.ga:80/ch335/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsRU7TYqVhh7zrD5MxnTjubRADU1IFwnSo5gFhCtNwh_H +#EXTINF:0,Sky Sports Golf HD 50fps +http://3.team.ga:80/ch2447/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsSIpHGgZ5owlDjWWqvqpaRfXSPl30jccFhtFdbopzh00 +#EXTINF:0,Sky Sports Golf HD +http://3.team.ga:80/ch306/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsV9i3PjjZYG4oNw2s_W4wn05RqF2CsPvTUTd9n6Sgf9y +#EXTINF:0,Sky Sports Racing HD 50fps +http://3.team.ga:80/ch2452/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdscSUaYXyEFxtUAOBTvxIQMyGc_nWf8pbCWP92S-V3_sm +#EXTINF:0,Sky Sports Racing HD +http://3.team.ga:80/ch1100/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdse2O93kR9_-Vc8nblq8d65SUk08PQpf2aN0wAGtdN3Ez +#EXTINF:0,Sky Sports Action HD 50fps +http://3.team.ga:80/ch2442/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsb9up7KSIzsu8s-GRQGe8ZXXVu8iQTz0p9ynCS4it5lJ +#EXTINF:0,Sky Sports Action HD +http://3.team.ga:80/ch2105/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsT53FIfwn8DNAZ5F9bMpd5tq82qFJKLTwMaO3fIVUDpL +#EXTINF:0,Sky Sports Plus HD 50fps +http://3.team.ga:80/ch2443/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsSOeTd1HoNNzSQmZeJ7E3UJypy53WKuVDG2BZi0JSOsL +#EXTINF:0,Sky Sports Plus HD +http://3.team.ga:80/ch074/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsfNfJH_s6P0QesKBXq5-HCW8R0v2S-2F6xnBSSBSmUTF +#EXTINF:0,Sky Sports F1 UHD +http://3.team.ga:80/ch1517/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTiypTs5XsJ-OgkBytl7Hw1h5jvwWqAc-fkxZ9eURD4p +#EXTINF:0,Sky Sports F1 HD 50fps +http://3.team.ga:80/ch2445/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsS9T07Uh62xbF6GYtWCO-Hw5RbWpOkWummqf5Z6U6RxC +#EXTINF:0,Sky Sports F1 HD +http://3.team.ga:80/ch513/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdse7KWfFXdCKD0EOpW348phf8dJZwJhBJEKebawnMw9dy +#EXTINF:0,Sky Sports Tennis HD +http://3.team.ga:80/ch1498/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTMvAdOIaCWIjwmMgkkrflwaAdKA0yK8q6uoy1qfp2WE +#EXTINF:0,TNT Sports Ultimate +http://3.team.ga:80/ch2132/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsS9OW_aDMpAnfGg3oyvkAjywNEwqd071P9OStl5Gj8F1 +#EXTINF:0,TNT Sport 1 HD 50fps +http://3.team.ga:80/ch2207/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsQ9TGEm-o2tAn2fIlJjYfAYmmQvK_BTXk9IIQxIQolSL +#EXTINF:0,TNT Sport 1 HD +http://3.team.ga:80/ch236/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsZZXxO-lWsie1ywVNLl9I8UMWZFJz6AW_3Iv5NV_HCrS +#EXTINF:0,TNT Sport 2 HD 50fps +http://3.team.ga:80/ch2208/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsSOgfz0RPv4ImwT1AbfqGnVxScf_TzbbcIGdWAR98tPm +#EXTINF:0,TNT Sport 2 HD +http://3.team.ga:80/ch334/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsTGEZo9dp0098ejbCfxZgOPXldNIpUu2M72y51WJt4eC +#EXTINF:0,TNT Sport 3 HD 50fps +http://3.team.ga:80/ch2209/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsfPE_VDl-lUKr2Stq-1_QXxsyxf8okGvyEKy1eqfBkfz +#EXTINF:0,TNT Sport 3 HD +http://3.team.ga:80/ch233/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsX9w_EUZIWwZc7vPPh2_czFikTOoym3zUHRaNz1eT_T- +#EXTINF:0,TNT Sport 4 HD 50fps +http://3.team.ga:80/ch2210/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsaPXNbUAQrZqs7tNYby-0z89Sy4R9lVL4bhzqXmZc_J3 +#EXTINF:0,TNT Sport 4 HD +http://3.team.ga:80/ch2002/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsQikebXBYr9VIt-NKcih7jwli0VVKBr0R5e8Yo2yw8eD +#EXTINF:0,TNT Sport 5 (Event Only) +http://3.team.ga:80/ch2081/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsQhtJqYGRp4XaZB98ylOmH57WtT-RJt1X55S49FBY1Qs +#EXTINF:0,TNT Sport 6 (Event Only) +http://3.team.ga:80/ch2082/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsSDWdA-eDUKOvmkdlwYh0XRoklPK5NUh05h0gVwOjup3 +#EXTINF:0,TNT Sport 7 (Event Only) +http://3.team.ga:80/ch2083/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsT1Tl7fpWISNJlugdlsXeJ_R87Ao-JVMnSb7tQWb_PMk +#EXTINF:0,TNT Sport 8 (Event Only) +http://3.team.ga:80/ch2084/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsco2XiA1tg1YxKsB6Ofp3gUtBLREuw_iW1L5218gFp6I +#EXTINF:0,TNT Sport 9 (Event Only) +http://3.team.ga:80/ch2085/mono.m3u8?token=mkoyan01.gggvuQb0_PS58ZmHycUdsddlQJN9I3ujx0VQl-x6O_7RQYUUdX6pwvf9OQw5ck4K \ No newline at end of file diff --git a/m3u8/uk/livetvuk/bbc1.html b/m3u8/uk/livetvuk/bbc1.html new file mode 100644 index 0000000000000000000000000000000000000000..66e8688fbd8e626cc6593e4ec74b47099f99cefd --- /dev/null +++ b/m3u8/uk/livetvuk/bbc1.html @@ -0,0 +1,59 @@ + + + + + + +
+ × +
NOTE: 30 Second OnScreen Advert Before Stream Starts or You Can Install Adguard
+ + + + + + + + +
+
+
\ No newline at end of file diff --git a/m3u8/uk/livetvuk/itv1.html b/m3u8/uk/livetvuk/itv1.html new file mode 100644 index 0000000000000000000000000000000000000000..5daf5089a455368ec3b80d4bbaa4a109eb05ab38 --- /dev/null +++ b/m3u8/uk/livetvuk/itv1.html @@ -0,0 +1,59 @@ + + + + + + +
+ × +
NOTE: 30 Second OnScreen Advert Before Stream Starts or You Can Install Adguard
+ + + + + + + + +
+
+
\ No newline at end of file diff --git a/m3u8/uk/liveuktv.html b/m3u8/uk/liveuktv.html new file mode 100644 index 0000000000000000000000000000000000000000..a261983718ce8b0cbe76cf2cae5843d9351bd782 --- /dev/null +++ b/m3u8/uk/liveuktv.html @@ -0,0 +1,15 @@ + + + + diff --git a/m3u8/uk/uktv.html b/m3u8/uk/uktv.html new file mode 100644 index 0000000000000000000000000000000000000000..afacf8ffca220ce388c34c8908109b7dc2b13fa4 --- /dev/null +++ b/m3u8/uk/uktv.html @@ -0,0 +1,138 @@ + +Crystal-Hosts + + + + + + + + +

UK Channels Multi Servers

Always Use 'Open With Silk Browser or VLC Player or MX Player' +

+ + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/m3u8/uktvplayer.html b/m3u8/uktvplayer.html new file mode 100644 index 0000000000000000000000000000000000000000..ee965cb369d0f08d147ed5f512a7aceb30748ea2 --- /dev/null +++ b/m3u8/uktvplayer.html @@ -0,0 +1,64 @@ + + +Crystal-Hosts + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Select A Channel Then Click The Unmute Button Then Click STAY HERE
+Click The Unmute Button Again Until The Stream Starts
Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+Sports 1,2,3 Are TNT & Sport 9,10,11 etc Is Sky
+ + + + + +
+ +
\ No newline at end of file diff --git a/m3u8/usatv.html b/m3u8/usatv.html new file mode 100644 index 0000000000000000000000000000000000000000..e244dd29a5d787ab3c32410751eeef89badb5dbc --- /dev/null +++ b/m3u8/usatv.html @@ -0,0 +1,147 @@ + +Crystal-Hosts + + + + + + + + +

USA Channels Multi Servers

Always Use 'Open With Silk Browser or VLC Player or MX Player' +

+ + + + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/m3u8/usatvdd.html b/m3u8/usatvdd.html new file mode 100644 index 0000000000000000000000000000000000000000..ffa79a5e1ee88e39bea73610db108822cc104e30 --- /dev/null +++ b/m3u8/usatvdd.html @@ -0,0 +1,78 @@ + +Crystal-Hosts + + + + + +

Welcome To The USA Channels


Stream List Will Be Made Neater Later
+ + + + + + + + + + + + + + + + + + +
MoviesEntertainmentFactualSports
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ diff --git a/m3u8/usatvplayer.html b/m3u8/usatvplayer.html new file mode 100644 index 0000000000000000000000000000000000000000..8e23e933676a041f945180a7a089f3da5f1fde5f --- /dev/null +++ b/m3u8/usatvplayer.html @@ -0,0 +1,61 @@ + + +Crystal-Hosts + + + + + + + +
+ × +
NOTE: POPUPS: Firestick users CLICK STAY HERE
Select A Channel Then Click The Unmute Button Then Click STAY HERE
+Click The Unmute Button Again Until The Stream Starts
Then Double Click The Screen To Go Fullscreen

ALWAYS CLICK 'STAY HERE'
+Sports 1,2,3 Are TNT & Sport 9,10,11 etc Is Sky
+ + +
+ +
diff --git a/m3u8/vavoo.html b/m3u8/vavoo.html new file mode 100644 index 0000000000000000000000000000000000000000..be79c73ac2bbcb6e613304eb398cdcc977923bf9 --- /dev/null +++ b/m3u8/vavoo.html @@ -0,0 +1,13 @@ + + diff --git a/mark/GTACollection.html b/mark/GTACollection.html new file mode 100644 index 0000000000000000000000000000000000000000..98c1e0acaa7bb5ce4f8259c53a105d0bcdafa7db --- /dev/null +++ b/mark/GTACollection.html @@ -0,0 +1,60 @@ + +Crystal-Hosts + + + + + + + + + + +

GTA Collection +

These Games Install Directly Onto Your Firestick READ THE INFO

You Can Connect Your PS4/PS5/Xbox/Mobile Phone, Remotes To Your Firestick
+Go To Firestick Settings > Remotes & Bluetooth > Game Controllers
Access Games Folder Use Downloader Code: 7594741

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Logo

Information

Link Button

App Icon
Grand Theft Auto: Vice City
NOTE: Game Will Not Go On The Newest 4k Sticks
Grand Theft Auto: San Andreas
NOTE: Game Will Not Go On The Newest 4k Sticks
Grand Theft Auto: Liberty City Stories
NOTE: Game Will Not Go On The Newest 4k Sticks
Grand Theft Auto: GTA III
NOTE: Game Will Not Go On The Newest 4k Sticks
Grand Theft Auto: China Town Wars
NOTE: Game Will Not Go On The Newest 4k Sticks
+ +
+

     +
In-App  |  Browser

\ No newline at end of file diff --git a/mark/astrosportindex.html b/mark/astrosportindex.html new file mode 100644 index 0000000000000000000000000000000000000000..0271fbf7a9e50c3bbdc69f7519dc26128f91fd33 --- /dev/null +++ b/mark/astrosportindex.html @@ -0,0 +1,63 @@ + +Crystal-Hosts + + + + + + + + +

Sky Sports Multi Servers

Always Use 'Open With Silk Browser or VLC' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ + \ No newline at end of file diff --git a/mark/cricket.html b/mark/cricket.html new file mode 100644 index 0000000000000000000000000000000000000000..1581e48ddecc47b7bd31efbc37e7bdda3d6a0ec8 --- /dev/null +++ b/mark/cricket.html @@ -0,0 +1,84 @@ + +Crystal-Hosts + + + + + + + + +

Cricket Multi Servers

Always Use 'Open With Silk Browser or VLC' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/mark/encryptedtest.html b/mark/encryptedtest.html new file mode 100644 index 0000000000000000000000000000000000000000..55010306ea0b5ec4a08dc71afdaca067dd15c859 --- /dev/null +++ b/mark/encryptedtest.html @@ -0,0 +1,894 @@ + + + + + Protected Page + + + + + + + + + + + + + +
+
+
+ + + + + + diff --git a/mark/facupfinalTEST.html b/mark/facupfinalTEST.html new file mode 100644 index 0000000000000000000000000000000000000000..49be55324eea0da6d94f366dd02595945b3c6305 --- /dev/null +++ b/mark/facupfinalTEST.html @@ -0,0 +1,15 @@ + + +Crystal-Hosts +

FA Cup Final Test Stream

+ + +
+ + + + +
+
+
+ diff --git a/mark/firesticktipsindex.html b/mark/firesticktipsindex.html new file mode 100644 index 0000000000000000000000000000000000000000..624434e2aac43ceafa6538f489e4a17f689660b0 --- /dev/null +++ b/mark/firesticktipsindex.html @@ -0,0 +1,50 @@ + +Crystal-Hosts + + + + + + + + +

Firestick Tips & Tricks +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Logo

Information

More Info

App Icon
You should update your Firestick often
Go To Settings, My Fire TV, About
Select Check for System Updates
Check for updates weekly
Youtube Video
Sometimes Firesticks Need A FULL REBOOT
Unplug The Stick From The Power
Plug It Back In & Thats It
No Video Info
Go To, Settings, My FireTV, About, Developer Options
Install Apps From Unknown Sources
Turn Each App To 'ON'
Youtube Video
Extend Your Firestick Storage CapacityHow To
Extend Storage
+ +

     +
In-App  |  Browser

\ No newline at end of file diff --git a/mark/firestickusbstorage.html b/mark/firestickusbstorage.html new file mode 100644 index 0000000000000000000000000000000000000000..eba635f6af28b06cd896afefdc788f6ca53c28b1 --- /dev/null +++ b/mark/firestickusbstorage.html @@ -0,0 +1,14 @@ + +Crystal-Hosts +
+

How To Extend Your Firestick Storage Capacity


+ +1, You Need A Thumb Drive (USB Stick)
+

+ +2, You Need This 'OTG Wire' (Purchase It From Amazon, Ebay, Only A Couple Of Quid)
+

+ +Setup Like This or Use The Power Outlet Plug Instead Of USB

+

+You Can Choose To Format The USB Drive So You Can Put Apps Onto It or Leave as External Stoarge So You Can Plug The USB Into Other Devices
\ No newline at end of file diff --git a/mark/football.html b/mark/football.html new file mode 100644 index 0000000000000000000000000000000000000000..0339df5b1f691d5e1eaf556843bc00bf45e5a63a --- /dev/null +++ b/mark/football.html @@ -0,0 +1,98 @@ + +Crystal-Hosts + + + + + + + + +

Sports Multi Servers

Always Use 'Open With Silk Browser or VLC' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/mark/freemusicindex.html b/mark/freemusicindex.html new file mode 100644 index 0000000000000000000000000000000000000000..74e51b4cb504686410560b9c11d3cc06bcffcc4f --- /dev/null +++ b/mark/freemusicindex.html @@ -0,0 +1,13 @@ + + diff --git a/mark/index.html b/mark/index.html new file mode 100644 index 0000000000000000000000000000000000000000..4412bd264107d24de45bd17439eaf24ed32a702d --- /dev/null +++ b/mark/index.html @@ -0,0 +1,172 @@ + +Crystal-Hosts + + + + + + + + + + + + + +
+ × Close + Forum + Firestick Tips + Free Playlists + Useful Links + Free VPN + Footy TV-Guide + Contact Us + About +
+ + +
+ ☰ Menu +
+ + + +

This App Is Something Different & Is Optimised For The Firestick & Uses Silk Browser, VLC Player & MX Player
Always Use 'Open With Silk Browser or VLC or MX Player' & Use MP4 Links

+

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Click 'STAY HERE'

+ + + + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +
+
+ + + +
+

Below is a list of apps you should install on your firestick Code: 7594741
+To get full use out of Tor Browser connect a mouse to your firestick via bluetooth or use your phone as a remote

+ + + + + + + + + + + +

Tor Browser
Unblock Websites

Ad-Guard
Block Popups

Proton VPN
See VPN Section

Youtube Ad-Free
Use With This App

VLC Player
Media Player

MX Player
Media Player
+ + + +
+
+ diff --git a/mark/linksindex.html b/mark/linksindex.html new file mode 100644 index 0000000000000000000000000000000000000000..b4fea23c87aa952362418009af74e1fa19b8308b --- /dev/null +++ b/mark/linksindex.html @@ -0,0 +1,81 @@ + + +Crystal-Hosts + + + + + + + +

This Page Is Optimised For The Firestick & Uses Silk Browser 'Always Open With Silk Browser'
Click An Image For More Info

+

+ + + + + + + + + + + +

Firestick & Android
Webplayer Just Sign In

Youtube & More
Video Search

+ + +

Below Is A Summery Of The Apps You Will Find In Our Downloader Folder

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

App Icon

Name & Function

Information

Tutorials & Guides
My5 Channel 5
Channel 5 App Premium
Live TV & VOD (Ad-Free)
Premium My5 App Sign In As Normal
Already Use My5? Uninstall It First!
Usually £3.99pm
Magellan TV
Magellan TV App Premium
VOD-Documentaries (Ad-Free)
Premium MagellanTV App For FREE
No Sign In Required
Usually £3.99pm
Tubi TV
Tubi TV App Premium
Live TV & VOD (Ad-Free)
Premium Tubi TV App For FREE
No Sign In Required
Usually £2.99pm
Xumo TV
Xumo TV App Premium
Live TV & VOD (Ad-Free)
Premium Xumo TV App For FREE
No Sign In Required
Usually £3.99pm
Happy Kids
Childrens Videos
(Ad-Free)
Child Friendly Videos & TV
More Info https://happykids.tv
Free App
XCIPTV 7.0
The Live TV App
(Premium IPTV & VOD)
Watch Your Premium IPTV Service
Full Sky & USA TV + Lots More
Inc: EPL EFL PPV NFL NBA NHL
+ + + +

No Files Are Hosted Directly On This App!

+

+ \ No newline at end of file diff --git a/mark/mixedsports.html b/mark/mixedsports.html new file mode 100644 index 0000000000000000000000000000000000000000..83765d747904f04f7ad45bb18e2d9448502954bd --- /dev/null +++ b/mark/mixedsports.html @@ -0,0 +1,83 @@ + +Crystal-Hosts + + + + + + + + +

Mixed Sports (OTHER) Multi Servers

Always Use 'Open With Silk Browser or VLC Player or MX Player' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/mark/playlists.html b/mark/playlists.html new file mode 100644 index 0000000000000000000000000000000000000000..bf528b7a665747677e176a7d48a5849e72bbece4 --- /dev/null +++ b/mark/playlists.html @@ -0,0 +1,31 @@ + +Crystal-Hosts + + + + + + + + + +


Load The Url Into VLC Player (Open Network Stream) On Your PC or Phone

+

World Sports m3u8 +
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/World.Sports2.m3u8

+UK FreeView m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/uk1.m3u8

+World Sports m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/sports123.m3u8

+Live Sports m3u8
VLC Player, Game Time Only, Unlimited Connections
http://tfms.xyz/m3u8/forispoeve2.m3u8

+Sky Sports m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/Sky.Sports.m3u8

+TNT Sports m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/TNTBT.Sports.m3u8

+Premier Sports IRE m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/Premier.Sports.IRE.m3u8

+Entertainments UK m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/UK.entertainments.m3u8

+Astro TNT & Sky Sports m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/worldsport.m3u8

+UK Sports m3u8 (Up & Down)
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/uk.sports.m3u8

+German Sports m3u8
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/german.sport.m3u8

+More UK Sports VPN Needed
VLC Player, Auto Quality SD/HD/FHD, Unlimited Connections
http://tfms.xyz/m3u8/uksports3.m3u8 +

+ + + +
+ diff --git a/mark/pspgamedownloads.html b/mark/pspgamedownloads.html new file mode 100644 index 0000000000000000000000000000000000000000..8f07fb6467ec61e236f2994f638a7905db2348b6 --- /dev/null +++ b/mark/pspgamedownloads.html @@ -0,0 +1,125 @@ + +Crystal-Hosts + + + + + + +

Welcome To Our Firestick & Android - PSP Emulator Game Download Page
+PSP Emulator To Install PPSSPP For The Firestick, Use Downloader Code: 7594741

+

Install PPSSPP First Then Click A Game Image To Start A Game Download, ACCEPT The Permissions If Asked

+For Most Firesticks & Android TVs You Can Just Install PSP Emulator & Then Download A Game
+Start Emulator & Click 'Game' Then Click The 'Download Folder' Now Play Your Game, New 4k Rounded Firestick Install Instructions Coming Soon
+Connect Your PS4, PS5, XboX Remotes + Many More, On Your Firestick Go To Settings >> Bluetooth Devices >> Game Controllers <<
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +

Troubleshooting

+

Choppy Game? When In Play Go To Game Settings & Set 'Drop Frame Rate' To '1or2' You Can Also Change The Rendering From PSP1 To PSP2 etc.
+Some Games Will Play Better Than Others, Its A Stick by Stick & Game By Game Basis
Will Also Work On Android TV Boxes & Phones etc

+ \ No newline at end of file diff --git a/mark/skysportNZindex.html b/mark/skysportNZindex.html new file mode 100644 index 0000000000000000000000000000000000000000..ac9b61de12284e3baa636809933594ea2f1c65f9 --- /dev/null +++ b/mark/skysportNZindex.html @@ -0,0 +1,104 @@ + +Crystal-Hosts + + + + + + + + +

Sky Sports NZ Multi Servers

Always Use 'Open With Silk Browser or VLC' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ \ No newline at end of file diff --git a/mark/skysportsindex.html b/mark/skysportsindex.html new file mode 100644 index 0000000000000000000000000000000000000000..11e4a8a7ffef7f20f553481d8c64f008e12ca94a --- /dev/null +++ b/mark/skysportsindex.html @@ -0,0 +1,175 @@ + +Crystal-Hosts + + + + + + + + +

Sky Sports Multi Servers

Always Use 'Open With Silk Browser or VLC Player or MX Player' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'
+Some Servers You Have To Unmute Yourself

+ + + + + + + + + + + + + + + + + + + + + + + +


+


+


+


+


+


+


+


+


+

+ + +
+
+ \ No newline at end of file diff --git a/mark/tntsportsindex.html b/mark/tntsportsindex.html new file mode 100644 index 0000000000000000000000000000000000000000..64da0573c5ed53a61915d936dcbbff9f42e79b4b --- /dev/null +++ b/mark/tntsportsindex.html @@ -0,0 +1,100 @@ + +Crystal-Hosts + + + + + + + + +

TNT Sports Multi Servers

Always Use 'Open With Silk Browser or VLC' +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ + +
+
+ \ No newline at end of file diff --git a/mark/tvseriesindex.html b/mark/tvseriesindex.html new file mode 100644 index 0000000000000000000000000000000000000000..9c3b02bd231be2841ed78b572fd4dbf99339ec44 --- /dev/null +++ b/mark/tvseriesindex.html @@ -0,0 +1,155 @@ + +Crystal-Hosts + + + + + + + + + +

This App Is Optimised For The Firestick & Uses Silk Browser & VLC Player
Always Use 'Open With Silk Browser or VLC' & Use MP4 Links

+

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

Install SmartTube Its Youtube Ad-Free & Open All Youtube (YT) Links Via This App

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+ diff --git a/mark/vodindex.html b/mark/vodindex.html new file mode 100644 index 0000000000000000000000000000000000000000..415143dbc693d42dd83486f545f334bfe0d3f8f7 --- /dev/null +++ b/mark/vodindex.html @@ -0,0 +1,132 @@ + +Crystal-Hosts + + + + + + + + +

This App Is Optimised For The Firestick & Uses Silk Browser, VLC Player & MX Player

Always Use 'Open With Silk Browser or VLC' & Use MP4 Links, Install VLC From The Firestick App Store +

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+Movie Index Has Over 8k Movies & Factual Has Over 50TB, Firestick & Android Users Click MP4 Links
+ + + + + + + + + + + + + + + + + +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +


+
+ +

+
+ diff --git a/mark/webindex.html b/mark/webindex.html new file mode 100644 index 0000000000000000000000000000000000000000..fbfc18722805db6bff814bbda5eb7215813c32bb --- /dev/null +++ b/mark/webindex.html @@ -0,0 +1,43 @@ + +Crystal-Hosts + + + + + + + + + +

This App Is Optimised For The Firestick & Uses Silk Browser & VLC Player
Always Use 'Open With Silk Browser or VLC' & Use MP4 Links

+

Read The Stream Info At The Top Of The Stream Page As Some Sites Serve Popups, Silk Will Block Them, But If Asked Just Click 'STAY HERE'

+ + + + + + + + + + +


+
+ +


+
+ +


+
+ +

+