Skip to content

Commit

Permalink
Merge pull request #56 from AleksandrSpicyn/master
Browse files Browse the repository at this point in the history
Added Coub support
  • Loading branch information
dereuromark authored Feb 26, 2021
2 parents ee8b2bb + dfeddb7 commit e669e8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@
'image-src' => '//img.youtube.com/vi/$2/0.jpg',
'iframe-player' => '//www.youtube.com/embed/$2',
],
[
'name' => 'Coub',
'website' => 'https://coub.com',
'url-match' => [
'https?://coub.com/view/([0-9a-z-_]{4,7})',
],
'embed-src' => 'https://coub.com/view/$2',
'embed-width' => '640',
'embed-height' => '360',
'iframe-player' => '//coub.com/embed/$2',
],
[
'name' => 'Facebook',
'website' => 'https://www.facebook.com',
Expand Down

0 comments on commit e669e8c

Please sign in to comment.