Commit 08b974e71bc5892ce184a7b7c75ea6308c1c5829

Authored by Imanol-Mikel Barba Sabariego
1 parent 76f2e51b

o

src/com/upc/pbe/upcnews/Directoris.java
@@ -78,7 +78,7 @@ public class Directoris extends Activity implements OnClickListener { @@ -78,7 +78,7 @@ public class Directoris extends Activity implements OnClickListener {
78 String str = d.doInBackground(); 78 String str = d.doInBackground();
79 79
80 HTMLParser pars = new HTMLParser(); 80 HTMLParser pars = new HTMLParser();
81 - String urlvideo = pars.findvideo((String) buttons.get(0).getText(), str, 81 + String urlvideo = pars.findvideo(str,
82 url + "/" + buttons.get(0).getText() + "/"); 82 url + "/" + buttons.get(0).getText() + "/");
83 83
84 Log.d(TAG, urlvideo); 84 Log.d(TAG, urlvideo);