File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ class ExtractorFactory
30
30
'twitch.tv ' => Adapters \Twitch \Extractor::class,
31
31
'bandcamp.com ' => Adapters \Bandcamp \Extractor::class,
32
32
'twitter.com ' => Adapters \Twitter \Extractor::class,
33
+ 'x.com ' => Adapters \Twitter \Extractor::class,
33
34
];
34
35
private array $ customDetectors = [];
35
36
private array $ settings ;
Original file line number Diff line number Diff line change 1098
1098
'|^https?://twitter \\.com/.*$|i ' ,
1099
1099
'|^https?://twitter \\.com/.*/status/.*$|i ' ,
1100
1100
'|^https?://.* \\.twitter \\.com/.*/status/.*$|i ' ,
1101
+ '|^https?://x \\.com/.*$|i ' ,
1102
+ '|^https?://x \\.com/.*/status/.*$|i ' ,
1103
+ '|^https?://.* \\.x \\.com/.*/status/.*$|i ' ,
1101
1104
],
1102
1105
'https://play.typecast.ai/oembed ' => [
1103
1106
'|^https?://play \\.typecast \\.ai/s/.*$|i ' ,
You can’t perform that action at this time.
0 commit comments