diff options
| -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 | 
