Commit 08b974e71bc5892ce184a7b7c75ea6308c1c5829
1 parent
76f2e51b
o
Showing
1 changed file
with
1 additions
and
1 deletions
src/com/upc/pbe/upcnews/Directoris.java
... | ... | @@ -78,7 +78,7 @@ public class Directoris extends Activity implements OnClickListener { |
78 | 78 | String str = d.doInBackground(); |
79 | 79 | |
80 | 80 | HTMLParser pars = new HTMLParser(); |
81 | - String urlvideo = pars.findvideo((String) buttons.get(0).getText(), str, | |
81 | + String urlvideo = pars.findvideo(str, | |
82 | 82 | url + "/" + buttons.get(0).getText() + "/"); |
83 | 83 | |
84 | 84 | Log.d(TAG, urlvideo); | ... | ... |