Skip to content
#

videos

Here are 416 public repositories matching this topic...

vanilla-lazyload

LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.

  • Updated Jun 2, 2020
  • JavaScript
annanny
annanny commented Apr 7, 2020

I need to download all stories from a lot of profiles. How can I do it?
I try to run example from the documentation like this

for story in L.get_stories():
for item in story.get_items():
L.download_storyitem(item, ':stories')

but I get error "TypeError: expected str, got bool"

And if I am right to understand in this case I'll get all stories from my profile, but I want to

medyagh
medyagh commented Aug 14, 2017

specially something that writes to google datastore or google database offerings. to be honest the documentation is not the best, there are two versions of everything for google app engine and not appengine, and they don't work ! specially if you wanted to try the db servers locally (using docker)

it would be a great thing if you make an episode of a full example of using google's database of

Improve this page

Add a description, image, and links to the videos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the videos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.