php-video-url-parser
php-video-url-parser copied to clipboard
A Simple and efficient PHP Video URL Parser that provides you thumbnails and embed codes for various video streaming websites
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
I have recently seen these kind of Facebook video URLs a few times: https://www.facebook.com/100009177651585/videos/2217508975231669/?id=100009177651585 The problem seems to be the query parameter after the URL itself, it works fine without...
I see in the readme that the parser can obtain titles and descriptions, however I don't see anything related to this in the code? How can this be achieved?
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. 9.5.0 - 2020-12-04 Changed #4490: Emit Error instead of Warning when test case class cannot...
In case of Vimeo you can hide for example the Play button; https://vimeo.zendesk.com/hc/en-us/articles/115011183028-Embedding-background-and-chromeless-videos `?background=1` Would be a great addition.
Apparently the tests are not being executed on PHP 7+ which is causing Scrutinizer to think there is no test coverage.
## Story We don't have any automated test that certifies that the integration is working. ## To-Do Create integration tests (can use guzzle to check if the thumbnails URLs gives...