Skip to content

Commit

Permalink
AWS S3 URL support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Mar 15, 2019
1 parent 92d45b4 commit 529cca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ MediaInfo is a class wrapping [the mediainfo CLI](http://mediainfo.sourceforge.n

## Usage

- Versions > 1.3.0 support S3 URLs. See rspec test for example of how to obtain the supported URL.

#### Parsing raw XML
media_info = MediaInfo.from(File.open('iphone6+_video.mov.xml').read)
#### Handling a local file
Expand Down
2 changes: 1 addition & 1 deletion lib/mediainfo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MediaInfo
VERSION = '1.2.2'
VERSION = '1.3.0'
end

0 comments on commit 529cca1

Please sign in to comment.