diff options
author | 2015-04-13 16:06:02 +0200 | |
---|---|---|
committer | 2015-04-13 16:06:02 +0200 | |
commit | ce4afe8759909c533dfa5c3c500127c77e2ddd29 (patch) | |
tree | 391e82fd9da042639d07a0abaa95d1b0c208e094 /pyload/plugin/hoster/NowVideoSx.py | |
parent | Move lib to lib/Python/Lib (diff) | |
download | pyload-ce4afe8759909c533dfa5c3c500127c77e2ddd29.tar.xz |
Fix EOL
Diffstat (limited to 'pyload/plugin/hoster/NowVideoSx.py')
-rw-r--r-- | pyload/plugin/hoster/NowVideoSx.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/NowVideoSx.py b/pyload/plugin/hoster/NowVideoSx.py index 6eb7a8adb..bfa186e60 100644 --- a/pyload/plugin/hoster/NowVideoSx.py +++ b/pyload/plugin/hoster/NowVideoSx.py @@ -40,4 +40,3 @@ class NowVideoSx(SimpleHoster): self.error(_("Free download link not found")) self.link = m.group(1) - |