diff --git a/src/Adapters/Instagram.php b/src/Adapters/Instagram.php new file mode 100644 index 00000000..5cb6ebf4 --- /dev/null +++ b/src/Adapters/Instagram.php @@ -0,0 +1,20 @@ +isValid([200, 429]); + } +} diff --git a/src/Http/Redirects.php b/src/Http/Redirects.php index 24f5d311..01123267 100644 --- a/src/Http/Redirects.php +++ b/src/Http/Redirects.php @@ -14,7 +14,7 @@ abstract class Redirects 'spotify' => 'play.spotify.com/*', 'tumblr' => 't.umblr.com/redirect', ]; - + /** * Resolve the url redirection. *