aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/DramaCool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/DramaCool.cpp')
-rw-r--r--src/plugins/DramaCool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/DramaCool.cpp b/src/plugins/DramaCool.cpp
index 3042519..df0bb43 100644
--- a/src/plugins/DramaCool.cpp
+++ b/src/plugins/DramaCool.cpp
@@ -344,7 +344,6 @@ namespace QuickMedia {
}
static bool mixdrop_extract_video_url(const std::string &website_data, std::string &url) {
- std::vector<std::string> mdcore_scripts = mixdrop_extract_mdcore_scripts(website_data);
std::vector<std::string> mdcore_parts;
if(!mixdrop_extract_mdcore_parts(website_data, mdcore_parts))
return false;