Code Monkey home page Code Monkey logo

Comments (8)

KarellenX avatar KarellenX commented on June 23, 2024 1

@MaDDoGo

You just need to update the scraper for v21 and resubmit to the repo.

But, it would be preferable that the scraper be upgraded to Python 3 as eventually XML scrapers will be deprecated. Not happening immediately, but sometime over the next couple of years.

from repo-scrapers.

romanvm avatar romanvm commented on June 23, 2024 1

XML-based scrapers are basically deprecated, maybe not officially but de facto. So if this information provider is still relevant I'd recomment to create a Python-based scraper for it.

from repo-scrapers.

romanvm avatar romanvm commented on June 23, 2024 1

XML scrapers have always been an arcane art so I don't know much about them. As for Python scrapers, there are 2 articles in Kodi Wiki with general guidelines about them: https://kodi.wiki/view/Scrapers

And one of the advantages of Python scrapers is that you don't need to deal with regular expressions any more and can use proper HTML parsing libraries or JSON clients to retrieve information from websites or APIs.

from repo-scrapers.

romanvm avatar romanvm commented on June 23, 2024

Do you know in which branch this scraper is located?

from repo-scrapers.

KarellenX avatar KarellenX commented on June 23, 2024

It seems to be Gotham
https://github.com/xbmc/repo-scrapers/tree/gotham

from repo-scrapers.

KarellenX avatar KarellenX commented on June 23, 2024

Marked broken with this PR... #520

from repo-scrapers.

MaDDoGo avatar MaDDoGo commented on June 23, 2024

Hey! I'm trying to fix the issues and re-enable the scrapper. How can this be done @KarellenX? Thanks!

from repo-scrapers.

MaDDoGo avatar MaDDoGo commented on June 23, 2024

I was thinking on doing it in two steps:

  • Reenable it with v1.9.9 release cut yesterday
  • Work on the v2.0.0 based on py scrapping with a temporal solution (and a working addon)

Any guides on how to

  • upgrade to v21
  • migrate from XML to Py versions

Many thanks

from repo-scrapers.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.