After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343412 - RFE: VideoDownload like plugin for epiphany
RFE: VideoDownload like plugin for epiphany
Status: RESOLVED WONTFIX
Product: epiphany-extensions
Classification: Deprecated
Component: general
2.14.x
Other All
: Normal enhancement
: gnome-2-26
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2006-05-30 16:47 UTC by Jon Dufresne
Modified: 2013-05-27 16:12 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
video downloader -- a python extension (14.61 KB, patch)
2009-01-08 20:09 UTC, Adam Schmalhofer
none Details | Review

Description Jon Dufresne 2006-05-30 16:47:28 UTC
Firefox has a really neat plugin called VideoDownload which can be seen here
https://addons.mozilla.org/firefox/2390/ This plugin allows users to downloaded
embedded movies from websites. Websites such as Google video, youtube, etc. For
users who refuse to use non-free flash this would be extremely helpful. In the
past if the user was lucky they could search through the page source code and
hope they find the video they are looking for. A tool like this would reduce the
complication and give the user what she wants.
Comment 1 Pacho Ramos 2009-01-01 17:19:06 UTC
Maybe it could be inspired on:
http://blauebirke.wordpress.com/2008/09/09/epiphany-video-download-extension/
Comment 2 Adam Schmalhofer 2009-01-08 20:09:06 UTC
Created attachment 126053 [details] [review]
video downloader -- a python extension

Note that it has an external dependently on clive[1]. More information[2] and bzr-branch[3] are available, too. Looking forward to your comments. Sorry, that I didn't test if Makefile.am actually works.

Thanks to Reinout for suggesting I add a patch here. 

[1] http://clive.sourceforge.net/
[2] http://blauebirke.wordpress.com/2008/09/09/epiphany-video-download-extension/
[3] http://wwwpub.zih.tu-dresden.de/~s5827060/epiphany-video/
Comment 3 Bastien Nocera 2012-04-26 12:02:15 UTC
You can actually use totem-pl-parser to check whether the website is supported[1], and parse it using the TotemPlParser object as well.

[1]: Shortly at http://developer.gnome.org/totem-pl-parser/3.4/TotemPlParser.html
look for totem_pl_parser_can_parse_from_uri()
Comment 4 André Klapper 2013-05-27 16:12:11 UTC
According to its developer, epiphany-extensions is not under active development
anymore. (For reference: https://mail.gnome.org/archives/gnome-i18n/2013-May/msg00035.html and bug 700924.)

It is unlikely that there will be any further active development.

Closing this report as WONTFIX as part of Bugzilla Housekeeping - Please feel
free to reopen this bug report in the future if anyone takes the responsibility
for active development again.