javascript - How to download HTML page for temporary use with chrome extension -



i'm working on chrome extension getting direct link of video vimeo.
far can make (?content?) script, can id url link, there problem, need download page id http://player.vimeo.com/video//config , after need parse regex (this should not problem). main problem download page temporarily .
i'm new in making extensions don't know if content script way start. practice have different content scripts different pages (like 1 vimeo, 1 tedtalks example) or should in 1 script? in advance

imho, type of apps better built using server behind scene process urls. can build them using php/python/whatever want use. can caching, etc there too.

the decision if it's going server or chrome app you. tried both ended server codebase more manageable , no need keep updating chrome app when video sites changes algorithm might happen frequently.

on other hand though advantage of building using chrome extension may able access loggedin user's videos, or ip restricted videos etc

this opinion experience of doing previous apps before few years back. getting direct link videos 7 popular video sites , keep changing get_dl algos.

have fun coding challenging project :)


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -