j0k3r / graby-site-config

Graby site config files
Other
18 stars 29 forks source link

Grabbing article title from rockpapershotgun.com broken #46

Closed bwa- closed 2 years ago

bwa- commented 2 years ago

The config for rockpapershotgun.com does not work anymore. It tries to extract the title from the h2 element which just results in all articles in Wallabag being titled with "Tagged with" instead of the actual title.

The title selector should be "//h1[@class='title']" - I'll send a PR with the change.

bwa- commented 2 years ago

PR here: https://github.com/fivefilters/ftr-site-config/pull/930