Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpiffyTitles - Add Steam handler #35

Open
metaltermite opened this issue Apr 18, 2021 · 0 comments
Open

SpiffyTitles - Add Steam handler #35

metaltermite opened this issue Apr 18, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@metaltermite
Copy link

Add a configurable SpiffyTitles template for parsing game titles from Steam links

Links

Game links from Steam are follow this format afaik: https://store.steampowered.com/app/n/game-title, where n seems to be the numeric product id, and game-title seems to be purely cosmetic or for seo

Variables

I think the basic variables for the template can be:

Variables Description
title Product title
genre Product genre found within <div class="popup_menu_subheader">
all_reviews Product review summary of all reviews and total count eg. "Mostly positive (45,654)"
recent_reviews Product review summary of recent reviews and count, eg. "Mixed (4,324)"
description Description of product @ <meta property="og:description" content="...>
date Release date of product
developer Product developer
publisher Product publisher
price Product price
tags "Popular user-defined tags for this product"

Notes

@oddluck oddluck added enhancement New feature or request help wanted Extra attention is needed labels Apr 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants