@@ -371,10 +371,10 @@ class TwitterLink(GenericWebsiteLink):
371371 fixer_name = "FxTwitter"
372372 is_translation = True
373373 subdomains = {
374- TwitterView .NORMAL : '' ,
375- TwitterView .GALLERY : 'g.' ,
376- TwitterView .TEXT_ONLY : 't.' ,
377- TwitterView .DIRECT_MEDIA : 'd.' ,
374+ FxEmbedView .NORMAL : '' ,
375+ FxEmbedView .GALLERY : 'g.' ,
376+ FxEmbedView .TEXT_ONLY : 't.' ,
377+ FxEmbedView .DIRECT_MEDIA : 'd.' ,
378378 }
379379 routes = generate_routes (
380380 ["twitter.com" , "x.com" , "nitter.net" , "xcancel.com" , "nitter.poast.org" , "nitter.privacyredirect.com" , "lightbrd.com" , "nitter.space" , "nitter.tiekoetter.com" ],
@@ -470,12 +470,13 @@ class BlueskyLink(GenericWebsiteLink):
470470
471471 id = 'bluesky'
472472 hypertext_label = 'Bluesky'
473- fix_domain = "bskx .app"
474- fixer_name = "VixBluesky "
473+ fix_domain = "fxbsky .app"
474+ fixer_name = "FxBluesky "
475475 subdomains = {
476- BlueskyView .NORMAL : '' ,
477- BlueskyView .DIRECT_MEDIA : 'r.' ,
478- BlueskyView .GALLERY : 'g.' ,
476+ FxEmbedView .NORMAL : '' ,
477+ FxEmbedView .DIRECT_MEDIA : 'd.' ,
478+ FxEmbedView .GALLERY : 'g.' ,
479+ FxEmbedView .TEXT_ONLY : 't.' ,
479480 }
480481 routes = generate_routes (
481482 "bsky.app" ,
0 commit comments