Comparing version 0.0.3 to 0.0.4
@@ -23,2 +23,6 @@ var request = require('request'); | ||
var regex = show.url.match(/\/shows\/(\d+)\/([^\/]+)/); | ||
if (!regex) { | ||
//console.log("Unparsed show: " + show.url); | ||
return; | ||
} | ||
show.id = parseInt(regex[1]); | ||
@@ -91,3 +95,3 @@ show.slug = regex[2]; | ||
else { | ||
console.log("unparsed episode: " + episode.title); | ||
//console.log("unparsed episode: " + episode.title); | ||
} | ||
@@ -94,0 +98,0 @@ |
{ | ||
"name": "eztv", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "EZTV API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6493
83