From 3c72113f4ccde069778ed77a40618e96be8f49ba Mon Sep 17 00:00:00 2001 From: Adam Howard Date: Tue, 3 Nov 2015 12:56:11 +0000 Subject: [PATCH] replaced 4-line regex blocks with call to equivalent method; removed unecessary try-catch blocks surrounding them: regex methods don't throw runtime exceptions --- .idea/gradle.xml | 4 +- .idea/misc.xml | 4 +- app/app.iml | 8 +- .../newpipe/youtube/YoutubeExtractor.java | 78 +++++++------------ 4 files changed, 34 insertions(+), 60 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 2662c5220..0833b17cd 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -6,7 +6,7 @@