Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 460
177
Preferences
Compare changes
Files
@@ -103,7 +103,7 @@ class Class_WebService_BibNumerique_Jamendo extends Class_WebService_BibNumeriqu
public function importFromUrl($url) {
if (!preg_match('/www.jamendo.com.*\/a([0-9]+)\//', $url, $matches))
if (!preg_match('/www.jamendo.com.*\/album\/([0-9]+)\//', $url, $matches))
return null;
$album_id = $matches[1];