Skip to content

Commit c49de58

Browse files
Update README.md
Removed bitdeli badge
1 parent 645b23a commit c49de58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Coding Standards](https://img.shields.io/badge/cs-PSR--4-yellow.svg)](https://github.com/php-fig-rectified/fig-rectified-standards)
77
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ricardofiorani/php-video-url-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ricardofiorani/php-video-url-parser/?branch=master)
88
[![Code Coverage](https://scrutinizer-ci.com/g/ricardofiorani/php-video-url-parser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ricardofiorani/php-video-url-parser/?branch=master)
9-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/ricardofiorani/php-video-url-parser/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
109

1110
PHP Video URL Parser is a parser that detects a given video url and returns an object containing information like the video's embed code, title, description, thumbnail and other information that the service's API may give.
1211

@@ -140,9 +139,5 @@ echo $video->getEmbedCode(500,500);
140139
* Dailymotion
141140
* Facebook Videos
142141

143-
# TODO List goals for release 1.0:
144-
145-
* Fix the Exceptions Messages
146-
* Create PHPUnit Tests
147142

148143

0 commit comments

Comments
 (0)