README.md in movie_searcher-0.1.0 vs README.md in movie_searcher-0.1.1
- old
+ new
@@ -41,10 +41,11 @@
### Find a movie based on a folder
$ MovieSearcher.find_by_folder('~/Downloads/Its.Kind.of.a.Funny.Story.2010.DVDRip.XviD-AMIABLE')
=> #<ImdbParty::Movie:0x10198a060 ... >
+
### Find a movie based on a file containing and imdb link
This method does not take any folder that starts with tilde **~** sign.
$ MovieSearcher.find_by_file('/Users/linus/Downloads/Its.Kind.of.a.Funny.Story.2010.DVDRip.XviD-AMIABLE/its.kind.of.a.funny.story.2010.dvdrip.xvid-amiable.nfo')
@@ -56,10 +57,9 @@
If a folder is passed it will list all text files in the folder and try to find an imdb link.
If no link or no files are found, it will fall back on the name of the folder.
$ MovieSearcher.find_by_download('/Users/linus/Downloads/some_thing_unknown')
=> #<ImdbParty::Movie:0x10198a060 ... >
-
### Find the top 250 movies of all time
$ MovieSearcher.top_250
=> [#<ImdbParty::Movie:0x10178ef68 @imdb_id="tt0111161", @poster_url="http://ia.media-imdb.com/images/M/MV5BMTM2NjEyNzk2OF5BMl5BanBnXkFtZTcwNjcxNjUyMQ@@._V1_.jpg" ... >, ...]
\ No newline at end of file