Skip to content

Commit

Permalink
fix: Enlever le scraper 1tv.ru.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Mar 13, 2022
1 parent 2389d82 commit e21a49c
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 190 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ et Firefox. Elle permet de diffuser des vidéos et des musiques sur **Kodi** :
Sciences, Gamekult, JV, Konbini, Le Monde, Le Point, L'Internaute, Melty,
Ouest-France ;
- 🇬🇷 Grèce : StarGR ;
- 🇮🇷 Iran : آپارات ;
- 🇮🇷 Iran : آپارات<!-- Aparat --> ;
- 🇮🇸 Islande : Útvarp Saga ;
- 🇳🇱 Pays-Bas : Dumpert ;
- 🇬🇧 Royaume-Uni : Daily Mail, The Guardian ;
- 🇷🇺 Russie : Первый канал ;
- 🇨🇭 Suisse : Play SRF.

Cast Kodi analyse aussi les pages pour y trouver des vidéos, de la musique ou
Expand Down
3 changes: 1 addition & 2 deletions locales/en/description.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Cast&nbsp;Kodi, as the name suggests, adds the ability to cast videos and music
<li>🇩🇪&nbsp;Germany: ARD&nbsp;Mediathek, Arte, ZDF;</li>
<li>🇬🇷&nbsp;Greece: StarGR;</li>
<li>🇮🇸&nbsp;Iceland: Útvarp&nbsp;Saga;</li>
<li>🇮🇷&nbsp;Iran: آپارات;</li>
<li>🇮🇷&nbsp;Iran: آپارات<!-- Aparat -->;</li>
<li>🇳🇱&nbsp;Netherlands: Dumpert;</li>
<li>🇷🇺&nbsp;Russia: Первый&nbsp;канал;</li>
<li>🇨🇭&nbsp;Switzerland: Play SRF;</li>
<li>🇬🇧&nbsp;United Kingdom: Daily&nbsp;Mail, The&nbsp;Guardian;</li>
<li>🇺🇸&nbsp;USA: KCAA&nbsp;Radio.</li>
Expand Down
3 changes: 1 addition & 2 deletions locales/fr/description.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ Cast&nbsp;Kodi permet de diffuser des vidéos et des musiques sur <strong>Kodi</
<li>🇺🇸&nbsp;États-Unis&nbsp;: KCAA&nbsp;Radio&nbsp;;</li>
<li>🇫🇷&nbsp;France&nbsp;: 20&nbsp;Minutes, AlloCiné, Arte, Arte&nbsp;Radio, France&nbsp;Inter, Futura&nbsp;Sciences, Gamekult, JV, Konbini, Le&nbsp;Monde, Le&nbsp;Point, L'Internaute, Melty, Ouest-France&nbsp;;</li>
<li>🇬🇷&nbsp;Grèce&nbsp;: StarGR&nbsp;;</li>
<li>🇮🇷&nbsp;Iran&nbsp;: آپارات&nbsp;;</li>
<li>🇮🇷&nbsp;Iran&nbsp;: آپارات<!-- Aparat -->&nbsp;;</li>
<li>🇮🇸&nbsp;Islande&nbsp;: Útvarp&nbsp;Saga&nbsp;;</li>
<li>🇳🇱&nbsp;Pays-Bas&nbsp;: Dumpert&nbsp;;</li>
<li>🇬🇧&nbsp;Royaume-Uni&nbsp;: Daily&nbsp;Mail, The&nbsp;Guardian&nbsp;;</li>
<li>🇷🇺&nbsp;Russie&nbsp;: Первый&nbsp;канал&nbsp;;</li>
<li>🇨🇭&nbsp;Suisse&nbsp;: Play&nbsp;SRF.</li>
</ul>
</li>
Expand Down
3 changes: 1 addition & 2 deletions locales/sk/description.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ Cast&nbsp;Kodi, pridá možnosť posielania videí a hudby do <strong>Kodi</stro
<li>🇫🇷&nbsp;Francúzsko: 20&nbsp;Minutes, AlloCiné, Arte, Arte&nbsp;Radio, France&nbsp;Inter, Futura&nbsp;Sciences, Gamekult, JV, Konbini, Le&nbsp;Monde, Le&nbsp;Point, L'Internaute, Melty, Ouest-France;</li>
<li>🇬🇷&nbsp;Grécko: StarGR;</li>
<li>🇳🇱&nbsp;Holandsko: Dumpert;</li>
<li>🇮🇷&nbsp;Irán: آپارات;</li>
<li>🇮🇷&nbsp;Irán: آپارات<!-- Aparat -->;</li>
<li>🇮🇸&nbsp;Island: Útvarp&nbsp;Saga;</li>
<li>🇩🇪&nbsp;Nemecko: ARD&nbsp;Mediathek, Arte, ZDF;</li>
<li>🇷🇺&nbsp;Rusko: Первый&nbsp;канал;</li>
<li>🇬🇧&nbsp;Spojené kráľovstvo: Daily&nbsp;Mail, The&nbsp;Guardian;</li>
<li>🇨🇭&nbsp;Švajčiarsko: Play&nbsp;SRF;</li>
<li>🇺🇸&nbsp;USA: KCAA&nbsp;Radio.</li>
Expand Down
41 changes: 0 additions & 41 deletions src/core/scraper/onetv.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/core/scrapers.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import * as melty from "./scraper/melty.js";
import * as mixcloud from "./scraper/mixcloud.js";
// eslint-disable-next-line import/no-cycle
import * as noscript from "./scraper/noscript.js";
import * as onetv from "./scraper/onetv.js";
// eslint-disable-next-line import/no-cycle
import * as opengraph from "./scraper/opengraph.js";
// eslint-disable-next-line import/no-cycle
Expand Down Expand Up @@ -104,7 +103,6 @@ const SCRAPERS = [
megaphone,
melty,
mixcloud,
onetv,
ouestfrance,
peertube,
podcloud,
Expand Down
78 changes: 0 additions & 78 deletions test/integration/scraper/onetv.js

This file was deleted.

61 changes: 0 additions & 61 deletions test/unit/core/scraper/onetv.js

This file was deleted.

0 comments on commit e21a49c

Please sign in to comment.