summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher <4Christopher@gmx.de> 2013-03-12 19:25:27 +0100
committerGravatar Christopher <4Christopher@gmx.de> 2013-03-12 19:25:27 +0100
commit033130a4b8ed995c6b3d4a18e4aa25129f8758da (patch)
tree9749dca46664d34c710a025bfb9312fb8f350c59
parentmoved ChipDe to the hoster plugins … (diff)
downloadpyload-033130a4b8ed995c6b3d4a18e4aa25129f8758da.tar.xz
XvidstageCom: Deleted whitespace
-rw-r--r--module/plugins/hoster/XvidstageCom.py4
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