got rid of getVideoInfo() in youtube crawler
This commit is contained in:
parent
fb942912db
commit
bad576c23d
4 changed files with 80 additions and 58 deletions
|
|
@ -115,6 +115,7 @@ public class VideoItemDetailFragment extends Fragment {
|
|||
VideoInfo videoInfo = videoExtractor.getVideoInfo();
|
||||
h.post(new VideoResultReturnedRunnable(videoInfo));
|
||||
h.post(new SetThumbnailRunnable(
|
||||
//todo: make bitmaps not bypass tor
|
||||
BitmapFactory.decodeStream(
|
||||
new URL(videoInfo.thumbnail_url)
|
||||
.openConnection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue