Skip to content

Commit

Permalink
Allow for Windows filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcovanesch committed Oct 7, 2016
1 parent ec3b981 commit e9e1123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ffmpeg/movie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def valid?
end

def remote?
@path =~ URI::regexp
@path =~ URI::regexp(%w(http https))
end

def local?
Expand Down

0 comments on commit e9e1123

Please sign in to comment.