File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
gameyamlspiderandgenerator/util Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11fgi_dict = [
22 {
3- "match" : r "^https://www.youtube.com/(?!watch\?v=)(?!channel/)(@?.+) " ,
3+ "match" : "^https://www\ .youtube\ .com/(?!watch\?v=)(?!channel/)(@?[^/]+)/?$ " ,
44 "prefix" : ".youtube" ,
55 "replace" : "youtube:@\\ g<1>" ,
66 },
1414 "prefix" : ".twitter" ,
1515 "replace" : "twitter:\\ g<1>" ,
1616 },
17+ {
18+ "match" : "^https://x.com/([A-Za-z0-9_]+).*" ,
19+ "prefix" : ".twitter" ,
20+ "replace" : "twitter:\\ g<1>" ,
21+ },
1722 {
1823 "match" : "^https://www.patreon.com/(.+)" ,
1924 "prefix" : ".patreon" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " gameyamlspiderandgenerator"
3- version = " 2.1.2rc "
3+ version = " 2.1.2 "
44description = " A useful tool for generating FurryGameIndex yaml files"
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments