node-csfd-api 2.14.3 → 2.14.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,7 +247,7 @@ const getPremieres = (el) => {
247
247
  };
248
248
  exports.getPremieres = getPremieres;
249
249
  const getTags = (el) => {
250
- const tagsRaw = el.querySelectorAll('.box-content a[href*="/podrobne-vyhledavani/?tag="]');
250
+ const tagsRaw = el.querySelectorAll('.box-content a[href*="/tag/"]');
251
251
  return tagsRaw.map((tag) => tag.textContent);
252
252
  };
253
253
  exports.getTags = getTags;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-csfd-api",
3
- "version": "2.14.3",
3
+ "version": "2.14.4",
4
4
  "description": "ČSFD API in JavaScript. Amazing NPM library for scrapping csfd.cz :)",
5
5
  "main": "./index.js",
6
6
  "author": "BART! <bart@bartweb.cz>",