[vlc-commits] Remove SD FrenchTV

Jean-Baptiste Kempf git at videolan.org
Mon Jun 6 01:37:47 CEST 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jun  5 20:41:24 2011 +0200| [aef41f5bc364b915e4f4b07e44ecb6e1d2763a11] | committer: Jean-Baptiste Kempf

Remove SD FrenchTV

Not working

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=aef41f5bc364b915e4f4b07e44ecb6e1d2763a11
---

 share/lua/sd/frenchtv.lua |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/share/lua/sd/frenchtv.lua b/share/lua/sd/frenchtv.lua
deleted file mode 100644
index 7cd6548..0000000
--- a/share/lua/sd/frenchtv.lua
+++ /dev/null
@@ -1,32 +0,0 @@
---[[
- $Id$
-
- Copyright © 2010 VideoLAN and AUTHORS
-
- Authors: Fabio Ritrovato <sephiroth87 at videolan dot org>
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
---]]
-
-function descriptor()
-    return { title="French TV" }
-end
-
-function main()
-    node = vlc.sd.add_node( {title="Canal +"} )
-    node:add_subitem( {title="Le SAV des émissions ",path="http://www.canalplus.fr/index.php?pid=1782",options={"http-forward-cookies"}} )
-    node:add_subitem( {title="Les Guignols",path="http://www.canalplus.fr/index.php?pid=1784",options={"http-forward-cookies"}} )
-    node:add_subitem( {title="La Météo de Pauline Lefevre",path="http://www.canalplus.fr/index.php?pid=2834",options={"http-forward-cookies"}} )
-end



More information about the vlc-commits mailing list