Skip to content
#

videos

Here are 627 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 Apr 20, 2021
  • JavaScript
e471wo
e471wo commented May 4, 2021

Hi, it's a stupid thing but each time I use the filter (for example find videos longer than 20 minutes), I totally forget there is a filter and so I m astonesh when I have to find something and only find video longer than 20 minutes after.

Could be cool if the filter button could change color when it's used. (lets say red). And so we know if there is an active filter in the research result.

ashkan-khd
ashkan-khd commented Dec 12, 2020

Hello. I'm new to instaloader.
I've been using the following code to get a list of comments on a specific post:

    loader = Instaloader()
    insta_post = Post.from_shortcode(loader.context, SOME_POST_SHORTCODE_HERE)
    comments = insta_post.get_comments()
    # later logics here

it gives me a fine iterator of PostComment objects. for every comment you could use following attribu

anthonylavado
anthonylavado commented Feb 7, 2019

Using the Web interface in Chrome (and in the Android app), and noticed this hanging out in the console:

[Deprecation] document.registerElement is deprecated and will be removed in M73, around March 2019. Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 for more details.

(anonymous) @ paper-icon-button-light.js?v=10.1.0:15
KucharczykL
KucharczykL commented May 18, 2020

https://github.com/jellyfin/jellyfin-kodi/blob/114e34b861d36f5b8ab98459ba8c5aeedc5058ca/resources/language/resource.language.en_us/strings.po#L571

This string reads: "Find more info in the GitHub wiki/Create-and-restore-from-backup."

However, this repository doesn't have a wiki. I assume it's referencing this: https://github.com/CodingForVega/plugin.video.jellyfin/wiki/Create-and-restore-fro

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