Cannot Parse the html code using RegEx on Windows

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • tixati-python-api-cli

    A Python API and CLI combo for the Tixati torrent client's webserver interface.

  • I found this tixati-python-api-cli python api to manage the tixati torrent downloads using python. The api works flawlessly on a linux machine but when i use the same api on a windows machine it works partially. One of the method given the the api is the "fetch_transfers" method which gets all the torrents listed on tixati. On the windows machine this method doesnt work. So i dug the code and found out the for some reason the .findall method with the regex expression given in the api is not able to find a match on the html_code received from the tixati on windows machine. The same thing works fine with html_code received from the tixati on linux machine.

  • Tixati_cli_re_error

  • I am sharing my code, the html_windows and the html_linux for you guys to have a look.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts