diff --git a/data/lyrics/ultimate_providers.xml b/data/lyrics/ultimate_providers.xml index 306e1373f..d4f29e08e 100644 --- a/data/lyrics/ultimate_providers.xml +++ b/data/lyrics/ultimate_providers.xml @@ -11,6 +11,14 @@ + + + + + + + + @@ -51,6 +59,17 @@ + + + + + + + + + + + diff --git a/tools/ultimate_lyrics_parser/sites.js b/tools/ultimate_lyrics_parser/sites.js index c012f88f0..fae720e6f 100644 --- a/tools/ultimate_lyrics_parser/sites.js +++ b/tools/ultimate_lyrics_parser/sites.js @@ -407,6 +407,29 @@ const siteDescriptors = { exclude: [[' data-reactid="','">']], invalidIndicator: "We couldn't find that page." } + "bollywoodlyrics.com (Bollywood songs)": { + url: "http://www.bollywoodlyrics.com/lyric/{Title}", + urlFormat: [ + {punct: " _@;\\/\"\'\(\)\[\]", rep: "-" }, + {punct: "\?", rep: "" }, + ], + title: "{title} Song Lyrics - BollywoodLyrics.com", + charset: "utf-8", + extract: [['
','
']], + invalidIndicator: "Couldn't find that page." + } + "hindilyrics.net (Bollywood Songs)": { + url: "http://www.hindilyrics.net/lyrics/of-{Title}.html", + urlFormat: [ + {punct: " _@;\\/\"\'\(\)\[\]", rep: "%20" }, + {punct: "\?", rep: "" }, + ], + title: "{title} ({album})", + charset: "utf-8", + extract: [['
Movie
:','']], + exclude: [['']], + invalidIndicator: "Couldn't find that page." + } } // --------------------------------------------------------------------------------------------------------------------------------