jlplenio / crude-twitch-viewer-bot

Send live viewers to Twitch, youtube and kick with this viewer bot software. The tool offers a user-friendly graphical interface. This program requires HTTP proxies.
GNU Affero General Public License v3.0
326 stars 91 forks source link

Views go yellow when changed to a Mature-rated category #166

Closed crisis1337 closed 1 year ago

crisis1337 commented 1 year ago

Description Views turn yellow the moment the category is changed to a Mature-rated game. E.G. Diablo IV, Dead by Daylight Views turn back green the moment the category is changed to a safe category . E.G. Just Chatting, Animal Crossing

Screenshots
image image

Additional Information

The issue started recently with the addition of the new tagging system,

  1. Mature-Rated Games
  2. Sexual Themes
  3. Drugs, Intoxication, or Excessive Tobacco Use
  4. Violent and Graphic Depictions
  5. Significant Profanity or Vulgarity
  6. Gambling

Games get automatically tagged with that if they're Mature-Rated, This might also be a regional issue, needs to be tested with US proxies which I don't have, It didn't work on EU(many countries) proxies, it seems fine in the AUS currently, but might stop working eventually.

crisis1337 commented 1 year ago

self.page.click( "button[data-a-target=content-classification-gate-overlay-start-watching-button]", timeout=15000 ) changed to, this seems to have gotten it to work

self.page.click( 'button[data-a-target="content-classification-gate-overlay-start-watching-button"]', timeout=15000 )

in sites.py, the twitch section at the bottom