Skip to content

Instantly share code, notes, and snippets.

@pomeh
Created September 6, 2013 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pomeh/6462902 to your computer and use it in GitHub Desktop.
Save pomeh/6462902 to your computer and use it in GitHub Desktop.
{
"name": "French TV",
"description": "Watch French TV",
"author": "pomeh",
"unblocker_rules": {
"tf1": {
"description": "Watch TF1",
"link": "tf1.fr",
"icon": "http://www.tf1.fr/favicon.ico",
"cmds": [
{
"hosts": ["tf1.fr"],
"then": "PROXY FR"
}
]
},
"france2": {
"description": "Watch France 2",
"link": "france2.fr",
"icon": "http://static.francetv.fr/arches/france2/default/img/logo_france2.png",
"cmds": [
{
"hosts": ["france2.fr"],
"then": "PROXY FR"
}
]
},
"france3": {
"description": "Watch France 3",
"link": "france3.fr",
"icon": "http://static.francetv.fr/arches/france3/default/img/logo_france3.png",
"cmds": [
{
"hosts": ["france3.fr"],
"then": "PROXY FR"
}
]
},
"canalplus": {
"description": "Watch Canal+",
"link": "canalplus.fr",
"icon": "http://upload.wikimedia.org/wikipedia/commons/1/1a/Canal%2B.svg",
"cmds": [
{
"hosts": ["canalplus.fr"],
"then": "PROXY FR"
}
]
},
"france5": {
"description": "Watch France 5",
"link": "france5.fr",
"icon": "http://static.francetv.fr/arches/france5/default/img/logo_france5.png",
"cmds": [
{
"hosts": ["france5.fr"],
"then": "PROXY FR"
}
]
},
"m6": {
"description": "Watch M6",
"link": "m6.fr",
"icon": "http://upload.wikimedia.org/wikipedia/fr/2/22/M6_2009.svg",
"cmds": [
{
"hosts": ["m6.fr"],
"then": "PROXY FR"
}
]
},
"wat (TF1)": {
"description": "Watch wat.tv",
"link": "wat.tv",
"icon": "http://upload.wikimedia.org/wikipedia/fr/1/12/Wat-tv.jpg",
"cmds": [
{
"hosts": ["wat.tv"],
"then": "PROXY FR"
}
]
},
"pluzz (France TV)": {
"description": "Watch pluzz",
"link": "pluzz.francetv.fr",
"icon": "http://static-pluzz.francetv.fr/new-img/logos/pluzz-c81046db826298d9eb7ec1b57da3a929.png",
"cmds": [
{
"hosts": ["pluzz.francetv.fr"],
"then": "PROXY FR"
}
]
},
"la1ere (France TV)": {
"description": "Watch La 1ère",
"link": "la1ere.fr",
"icon": "http://www.la1ere.fr/sites/regions_outremer/themes/outremer/logo.png",
"cmds": [
{
"hosts": ["la1ere.fr"],
"then": "PROXY FR"
}
]
},
"france4 (France TV)": {
"description": "Watch France 4",
"link": "france4.fr",
"icon": "http://static.francetv.fr/arches/france4/default/img/logo_france4.png",
"cmds": [
{
"hosts": ["france4.fr"],
"then": "PROXY FR"
}
]
},
"arte.tv": {
"description": "Watch Arte",
"link": "arte.tv",
"icon": "http://upload.wikimedia.org/wikipedia/fr/f/f9/Arte_2011.svg",
"cmds": [
{
"hosts": ["arte.tv"],
"then": "PROXY FR"
}
]
},
"m6replay.fr (M6)": {
"description": "Watch M6 Replay",
"link": "m6replay.fr",
"icon": "http://upload.wikimedia.org/wikipedia/fr/1/11/M6REPLAY.FR_-_Logo.png",
"cmds": [
{
"hosts": ["m6replay.fr"],
"then": "PROXY FR"
}
]
},
"franceo (France TV)": {
"description": "Watch France Ô",
"link": "franceo.fr",
"icon": "http://static.francetv.fr/arches/franceo/default/img/logo_franceo.png",
"cmds": [
{
"hosts": ["franceo.fr"],
"then": "PROXY FR"
}
]
}
},
"import": []
}
@pomeh
Copy link
Author

pomeh commented Sep 14, 2013

This script is for Hola Unblocker site. It allows to watch french TV channels in any country.
I've not tested it so it may not work.

See https://github.com/hola/hscript/issues/5 for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment