Changeset d2a20afcd776a48537cdf43b989b4401f7823d07
- Timestamp:
- 11/03/07 15:28:52
(8 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1194100132 +0000
- git-parent:
[6b0c6b967cc92f3115faa7dfe85e26c8b17fc6cd]
- git-author:
- Rafaël Carré <funman@videolan.org> 1194100132 +0000
- Message:
lua: adds a copyright notice and a GPLv2+ header to each lua script
authors: feel free to change to the licence you want, and to add yourself to the Authors list
additionnally, adds break.lua to its Makefile.am
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r36093b1 |
rd2a20af |
|
| 251 | 251 | luameta/googleimage.lua \ |
|---|
| 252 | 252 | luaplaylist/README.txt \ |
|---|
| | 253 | luaplaylist/break.lua \ |
|---|
| 253 | 254 | luaplaylist/dailymotion.lua \ |
|---|
| 254 | 255 | luaplaylist/lelombrik.lua \ |
|---|
| rb1bdd6a |
rd2a20af |
|
| 1 | | -- Get's an artwork from images.google.com |
|---|
| 2 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | Gets an artwork from images.google.com |
|---|
| | 3 | |
|---|
| | 4 | $Id$ |
|---|
| | 5 | Copyright © 2007 the VideoLAN team |
|---|
| | 6 | |
|---|
| | 7 | This program is free software; you can redistribute it and/or modify |
|---|
| | 8 | it under the terms of the GNU General Public License as published by |
|---|
| | 9 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 10 | (at your option) any later version. |
|---|
| | 11 | |
|---|
| | 12 | This program is distributed in the hope that it will be useful, |
|---|
| | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 15 | GNU General Public License for more details. |
|---|
| | 16 | |
|---|
| | 17 | You should have received a copy of the GNU General Public License |
|---|
| | 18 | along with this program; if not, write to the Free Software |
|---|
| | 19 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 20 | --]] |
|---|
| 3 | 21 | |
|---|
| 4 | 22 | -- Replace non alphanumeric char by + |
|---|
| r2e71482 |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | Translate trailers.apple.com video webpages URLs to the corresponding |
|---|
| | 3 | movie URL |
|---|
| 2 | 4 | |
|---|
| 3 | | --[[ |
|---|
| 4 | | Translate trailers.apple.com video webpages URLs to the corresponding |
|---|
| 5 | | movie URL |
|---|
| | 5 | $Id$ |
|---|
| | 6 | Copyright © 2007 the VideoLAN team |
|---|
| | 7 | |
|---|
| | 8 | This program is free software; you can redistribute it and/or modify |
|---|
| | 9 | it under the terms of the GNU General Public License as published by |
|---|
| | 10 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 11 | (at your option) any later version. |
|---|
| | 12 | |
|---|
| | 13 | This program is distributed in the hope that it will be useful, |
|---|
| | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 16 | GNU General Public License for more details. |
|---|
| | 17 | |
|---|
| | 18 | You should have received a copy of the GNU General Public License |
|---|
| | 19 | along with this program; if not, write to the Free Software |
|---|
| | 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| 6 | 21 | --]] |
|---|
| 7 | 22 | |
|---|
| r6b0c6b9 |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | $Id$ |
|---|
| | 3 | |
|---|
| | 4 | Copyright © 2007 the VideoLAN team |
|---|
| | 5 | |
|---|
| | 6 | This program is free software; you can redistribute it and/or modify |
|---|
| | 7 | it under the terms of the GNU General Public License as published by |
|---|
| | 8 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 9 | (at your option) any later version. |
|---|
| | 10 | |
|---|
| | 11 | This program is distributed in the hope that it will be useful, |
|---|
| | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | GNU General Public License for more details. |
|---|
| | 15 | |
|---|
| | 16 | You should have received a copy of the GNU General Public License |
|---|
| | 17 | along with this program; if not, write to the Free Software |
|---|
| | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 19 | --]] |
|---|
| 2 | 20 | |
|---|
| 3 | 21 | -- Probe function. |
|---|
| r7e2caf8 |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| 2 | | |
|---|
| 3 | 1 | --[[ |
|---|
| 4 | 2 | Translate Daily Motion video webpages URLs to the corresponding |
|---|
| 5 | 3 | FLV URL. |
|---|
| | 4 | |
|---|
| | 5 | $Id$ |
|---|
| | 6 | |
|---|
| | 7 | Copyright © 2007 the VideoLAN team |
|---|
| | 8 | |
|---|
| | 9 | This program is free software; you can redistribute it and/or modify |
|---|
| | 10 | it under the terms of the GNU General Public License as published by |
|---|
| | 11 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 12 | (at your option) any later version. |
|---|
| | 13 | |
|---|
| | 14 | This program is distributed in the hope that it will be useful, |
|---|
| | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | GNU General Public License for more details. |
|---|
| | 18 | |
|---|
| | 19 | You should have received a copy of the GNU General Public License |
|---|
| | 20 | along with this program; if not, write to the Free Software |
|---|
| | 21 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| 6 | 22 | --]] |
|---|
| 7 | 23 | |
|---|
| r18453ab |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | $Id$ |
|---|
| | 3 | |
|---|
| | 4 | Copyright © 2007 the VideoLAN team |
|---|
| | 5 | |
|---|
| | 6 | This program is free software; you can redistribute it and/or modify |
|---|
| | 7 | it under the terms of the GNU General Public License as published by |
|---|
| | 8 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 9 | (at your option) any later version. |
|---|
| | 10 | |
|---|
| | 11 | This program is distributed in the hope that it will be useful, |
|---|
| | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | GNU General Public License for more details. |
|---|
| | 15 | |
|---|
| | 16 | You should have received a copy of the GNU General Public License |
|---|
| | 17 | along with this program; if not, write to the Free Software |
|---|
| | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 19 | --]] |
|---|
| 2 | 20 | |
|---|
| 3 | 21 | -- Probe function. |
|---|
| r48d08ea |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| 2 | | -- French humor site: http://lelombrik.net |
|---|
| | 1 | --[[ |
|---|
| | 2 | French humor site: http://lelombrik.net |
|---|
| | 3 | |
|---|
| | 4 | $Id$ |
|---|
| | 5 | |
|---|
| | 6 | Copyright © 2007 the VideoLAN team |
|---|
| | 7 | |
|---|
| | 8 | This program is free software; you can redistribute it and/or modify |
|---|
| | 9 | it under the terms of the GNU General Public License as published by |
|---|
| | 10 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 11 | (at your option) any later version. |
|---|
| | 12 | |
|---|
| | 13 | This program is distributed in the hope that it will be useful, |
|---|
| | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 16 | GNU General Public License for more details. |
|---|
| | 17 | |
|---|
| | 18 | You should have received a copy of the GNU General Public License |
|---|
| | 19 | along with this program; if not, write to the Free Software |
|---|
| | 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 21 | --]] |
|---|
| 3 | 22 | |
|---|
| 4 | 23 | -- Probe function. |
|---|
| r1757474 |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | $Id$ |
|---|
| | 3 | |
|---|
| | 4 | Copyright © 2007 the VideoLAN team |
|---|
| | 5 | |
|---|
| | 6 | This program is free software; you can redistribute it and/or modify |
|---|
| | 7 | it under the terms of the GNU General Public License as published by |
|---|
| | 8 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 9 | (at your option) any later version. |
|---|
| | 10 | |
|---|
| | 11 | This program is distributed in the hope that it will be useful, |
|---|
| | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | GNU General Public License for more details. |
|---|
| | 15 | |
|---|
| | 16 | You should have received a copy of the GNU General Public License |
|---|
| | 17 | along with this program; if not, write to the Free Software |
|---|
| | 18 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 19 | --]] |
|---|
| 2 | 20 | |
|---|
| 3 | 21 | -- Probe function. |
|---|
| r35d7e8e |
rd2a20af |
|
| 1 | | -- $Id$ |
|---|
| | 1 | --[[ |
|---|
| | 2 | French humor site: http://lelombrik.net |
|---|
| | 3 | |
|---|
| | 4 | $Id$ |
|---|
| | 5 | |
|---|
| | 6 | Copyright © 2007 the VideoLAN team |
|---|
| | 7 | |
|---|
| | 8 | This program is free software; you can redistribute it and/or modify |
|---|
| | 9 | it under the terms of the GNU General Public License as published by |
|---|
| | 10 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 11 | (at your option) any later version. |
|---|
| | 12 | |
|---|
| | 13 | This program is distributed in the hope that it will be useful, |
|---|
| | 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 16 | GNU General Public License for more details. |
|---|
| | 17 | |
|---|
| | 18 | You should have received a copy of the GNU General Public License |
|---|
| | 19 | along with this program; if not, write to the Free Software |
|---|
| | 20 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| | 21 | --]] |
|---|
| 2 | 22 | |
|---|
| 3 | 23 | -- Helper function to get a parameter's value in a URL |
|---|
| r35d7e8e |
rd2a20af |
|
| 1 | 1 | --[[ |
|---|
| 2 | | Parse YouTube homepage and browse pages. Next step is to recode firefox |
|---|
| 3 | | in VLC ... using Lua of course ;) |
|---|
| | 2 | Parse YouTube homepage and browse pages. Next step is to recode firefox |
|---|
| | 3 | in VLC ... using Lua of course ;) |
|---|
| | 4 | |
|---|
| | 5 | $Id$ |
|---|
| | 6 | |
|---|
| | 7 | Copyright © 2007 the VideoLAN team |
|---|
| | 8 | |
|---|
| | 9 | This program is free software; you can redistribute it and/or modify |
|---|
| | 10 | it under the terms of the GNU General Public License as published by |
|---|
| | 11 | the Free Software Foundation; either version 2 of the License, or |
|---|
| | 12 | (at your option) any later version. |
|---|
| | 13 | |
|---|
| | 14 | This program is distributed in the hope that it will be useful, |
|---|
| | 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 17 | GNU General Public License for more details. |
|---|
| | 18 | |
|---|
| | 19 | You should have received a copy of the GNU General Public License |
|---|
| | 20 | along with this program; if not, write to the Free Software |
|---|
| | 21 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|---|
| 4 | 22 | --]] |
|---|
| 5 | 23 | |
|---|