Skip to content

Commit

Permalink
Removed debug code that caused crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lundin committed Nov 3, 2014
1 parent 68d12cc commit 1a6085e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="plugin.video.dreamfilm" name="Dreamfilm" provider-name="Daniel Lundin" version="0.1.0">
<addon id="plugin.video.dreamfilm" name="Dreamfilm" provider-name="Daniel Lundin" version="0.1.1">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ Working version with the new API. Still missing some resolvers.
version 0.1.0
=============
Added mail.ru-resolver and updated logo

version 0.1.1
=============
Removed debug code that caused crash
2 changes: 0 additions & 2 deletions resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,3 @@ def mailru_streams(url):
streams[key] += '|Cookie=' + urllib.quote(cookie_string)

return streams.items()

mailru_streams('http://videoapi.my.mail.ru/videos/embed/mail/mr.whoare/video/_myvideo/505.html')

0 comments on commit 1a6085e

Please sign in to comment.