diff options
author | Christopher <4Christopher@gmx.de> | 2013-03-12 19:25:27 +0100 |
---|---|---|
committer | Christopher <4Christopher@gmx.de> | 2013-03-12 19:25:27 +0100 |
commit | 033130a4b8ed995c6b3d4a18e4aa25129f8758da (patch) | |
tree | 9749dca46664d34c710a025bfb9312fb8f350c59 /module/plugins | |
parent | moved ChipDe to the hoster plugins … (diff) | |
download | pyload-033130a4b8ed995c6b3d4a18e4aa25129f8758da.tar.xz |
XvidstageCom: Deleted whitespace
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/XvidstageCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/XvidstageCom.py b/module/plugins/hoster/XvidstageCom.py index 38c54efec..6f3559d17 100644 --- a/module/plugins/hoster/XvidstageCom.py +++ b/module/plugins/hoster/XvidstageCom.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. - + @author: 4Christopher """ @@ -29,7 +29,7 @@ def setup(self): def getInfo(urls): result = [] - + for url in urls: result.append(parseFileInfo(url, getInfoMode = True)) yield result |