Hey Govind,
Yes, I can replicate it, it seems like we didn't import those video in Easyblog based on what i check the code.
And unfortunately currently we do not have download those image into Easyblog, it will import all those image content into Easyblog at this point of time.
You have to download my attached file and replace into this following file
JoomlaFolder/administrator/components/com_easyblog/includes/readability/libraries/readability.php, so it will import those video into Easyblog.
I think import cover image is also not working.
The reason why it didn't import cover image is because your RSS feed source code do not have render this <enclosure> tag.
This <enclosure> tag most likely used for handling all things like (Media RSS and iTunes RSS).
For example :
<enclosure>
<url>
http://i.huffpost.com/gen/969803/thumbs/s-KATIE-COURIC-LARRY-KING-small.jpg
</url>
<type>image/jpeg</type>
</enclosure>
But this one I will log this issue into our issue tracker, we will see if we can use another SimplePie API to retrieve those image in the future.
And remove last para which their feed have
This post {title} is first appeared on url
Can you provide us some screenshot which part you referring?