Skip to content

Commit

Permalink
fix(downloader.youtube): catch exception linked to error of signature…
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed May 1, 2015
1 parent f268eb0 commit c704012
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ public void run() {
} catch (DownloadInterruptedError e) {
logger.debug("Arrêt du téléchargement par l'interface");
//stopDownload();
} catch (MalformedURLException e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
//logger.error("Url malformée : {}", item.getUrl(), e);
} catch (StringIndexOutOfBoundsException | MalformedURLException e) {
logger.error("Exception tierce : ", e);
stopDownload();
} catch (NullPointerException e) {
Expand Down

0 comments on commit c704012

Please sign in to comment.