Merge remote-tracking branch 'oe_21/master' into vuplus-3.0-next
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2-plugins / enigma2_plugins_mytube_entry_vuplus.patch
1 diff --git a/mytube/src/MyTubeService.py b/mytube/src/MyTubeService.py
2 index 7371026..1794db9 100755
3 --- a/mytube/src/MyTubeService.py
4 +++ b/mytube/src/MyTubeService.py
5 @@ -115,7 +115,7 @@ class MyTubeFeedEntry():
6                 if self.entry.media.player:
7                         split = self.entry.media.player.url.split("=")
8                         ret = split.pop()
9 -                       if ret == 'youtube_gdata':
10 +                       if ret == 'youtube_gdata' or ret == 'youtube_gdata_player':
11                                 tmpval=split.pop()
12                                 if tmpval.endswith("&feature"):
13                                         tmp = tmpval.split("&")