Release TheMovieDB movie scraper - PYTHON version
#19
Bug Report

Ratings for TheMovieDB are scraped as follows using Universal Movie scraper and TheMovieDB XML scraper
xml:
<rating name="themoviedb" max="10">
<value>7.700000</value>
<votes>12873</votes>
</rating>

This Python scraper saves the rating as
xml:
<rating name="tmdb" max="10">
<value>5.200000</value>
<votes>5200</votes>
</rating>

The rating name should be changed from "tmdb" to "themoviedb"
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply


Messages In This Thread
RE: early Python TheMovieDB movie scraper - by Karellen - 2019-11-11, 03:32
Unseen English Landscaps - by Bindou - 2023-01-26, 14:48
RE: Unseen English Landscaps - by Bindou - 2023-01-27, 15:29
Logout Mark Read Team Forum Stats Members Help
TheMovieDB movie scraper - PYTHON version0