File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ class ExtractorFactory
3030 'twitch.tv ' => Adapters \Twitch \Extractor::class,
3131 'bandcamp.com ' => Adapters \Bandcamp \Extractor::class,
3232 'twitter.com ' => Adapters \Twitter \Extractor::class,
33+ 'x.com ' => Adapters \Twitter \Extractor::class,
3334 ];
3435 private array $ customDetectors = [];
3536 private array $ settings ;
Original file line number Diff line number Diff line change 10981098 '|^https?://twitter \\.com/.*$|i ' ,
10991099 '|^https?://twitter \\.com/.*/status/.*$|i ' ,
11001100 '|^https?://.* \\.twitter \\.com/.*/status/.*$|i ' ,
1101+ '|^https?://x \\.com/.*$|i ' ,
1102+ '|^https?://x \\.com/.*/status/.*$|i ' ,
1103+ '|^https?://.* \\.x \\.com/.*/status/.*$|i ' ,
11011104 ],
11021105 'https://play.typecast.ai/oembed ' => [
11031106 '|^https?://play \\.typecast \\.ai/s/.*$|i ' ,
You can’t perform that action at this time.
0 commit comments