relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-enigma2 / enigma2 / enigma2-plugins / vuplus / enigma2_plugins_mytube_entry_vuplus.patch
diff --git a/meta-openvuplus/recipes-enigma2/enigma2/enigma2-plugins/vuplus/enigma2_plugins_mytube_entry_vuplus.patch b/meta-openvuplus/recipes-enigma2/enigma2/enigma2-plugins/vuplus/enigma2_plugins_mytube_entry_vuplus.patch
deleted file mode 100644 (file)
index 21f754c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mytube/src/MyTubeService.py b/mytube/src/MyTubeService.py
-index 7371026..1794db9 100755
---- a/mytube/src/MyTubeService.py
-+++ b/mytube/src/MyTubeService.py
-@@ -115,7 +115,7 @@ class MyTubeFeedEntry():
-               if self.entry.media.player:
-                       split = self.entry.media.player.url.split("=")
-                       ret = split.pop()
--                      if ret == 'youtube_gdata':
-+                      if ret == 'youtube_gdata' or ret == 'youtube_gdata_player':
-                               tmpval=split.pop()
-                               if tmpval.endswith("&feature"):
-                                       tmp = tmpval.split("&")