Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Fix typo in README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ By default the video are detected when a page load, you can disable this behavio

* VLC plugin : The video crashes when a video is paused when played with the vlc web plugin.

<b> How does it works </b>
<b> How does it work? </b>
This extension fetch the direct link to videos using regular expression, XPath, and DOM. When available, a picture and a select control are displayed to read the video with firefox, using the firefox internal HTML5 compliant media player or a plugin like vlc or mplayer if the user had installed it.

Each media provider is handled by a "parser". Javascript modules (.jsm) that are loaded at startup. The extension can fairly easy be extended due to it modular approache, as new media provider can be added by implementing a new jsm file.
Expand Down