Skip to content
#

youtube

Here are 3,715 public repositories matching this topic...

nukeop
nukeop commented Feb 21, 2020

Currently, every track added to downloads immediately starts downloading. Downloads are therefore behaving inconsistently, are not saved over program restarts, and can fail randomly without properly notifying the user. The following improvements are proposed:

  • Store the list of downloads in db/on disk somewhere. The main process will manage this list.
  • Allow the renderer process to query the
legrostdg
legrostdg commented Jan 9, 2018

~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).

Please also consider using appdirs instead of hardcoding ~/.config/

wolfika
wolfika commented Mar 6, 2017

The main field in lightGallery's bower.json now contains several unneeded assets, that it should not, for example font and image files, minified assets, etc.

According to Bower specification:

Use source files with module exports and imports over pre-built distribution files.
Do not include minified files.
Do not include asset

pytube
2014111963
2014111963 commented Aug 9, 2019

Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/pytube/streams.py", line 206, in download
filename = filename or self.default_filename
File "/usr/local/lib/python2.7/dist-packages/pytube/streams.py", line 176, in default_filename
title = self.player_config_args['title']
KeyError: 'title'

Improve this page

Add a description, image, and links to the youtube 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 youtube topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.