142143144145146147148149150
* download source url * @throws MalformedURLException */ void addVideo(List<VideoDownload> sNextVideoURL, String itag, URL url) { Integer i = Integer.decode(itag); VideoQuality vd = itagMap.get(i); sNextVideoURL.add(new VideoDownload(vd, url)); }