Import videos

Hi
I can import aparat videos with following site config for dbazi.com
But i can’t import video for other site like that zoomit.ir, zoomg.ir and techshot.ir
I think these sites use jwplayer (https://www.jwplayer.com/) for videos
Please help me
thank you

url:
http://techshot.ir/mobile/106235

http://www.dbazi.com/1395/12/12/تماشا-کنید-آخرین-تریلر-فیلم-کونگجزیر/

dbazi.com config that i used for import video:

body: //div[contains(@class, ‘the-content’)] | //a[contains(@class, ‘featured-image’)]

prune: no

test_url: http://www.dbazi.com/1395/12/12/تماشا-کنید-آخرین-تریلر-فیلم-کونگجزیر/

Hi there, we do not support content that relies on Javascript to be displayed. If you’re curious whether the the content can be access via Full-Text RSS, please try disabling javascript in your browser and reloading the page, or try out Site Config Creator, which disables Javascript when loading the page: http://siteconfig.fivefilters.org/

In this case, the video is loaded via JS, so we can’t access it.

Hi Keyvan
If Javascript is not supported So why am I able to view videos with this configuration for dbazi.com ?
So perhaps there is a way
You can test it:
body: //div[contains(@class, ‘the-content’)] | //a[contains(@class, ‘featured-image’)]
prune: no
test_url: http://www.dbazi.com/1395/12/12/تماشا-کنید-آخرین-تریلر-فیلم-کونگجزیر/

Habib

They use an iframe element to embed the video. We can preserve regular HTML elements like iframes. But if the video is inserted into the content through Javascript (even if what is ultimately getting inserted is an iframe) then we can’t preserve it because we’re not executing any Javascript.