Skip to content

epg900/yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erscipcard

Quick start

1.Add "ersciyt" to your INSTALLED_APPS in your project setting.py file:

INSTALLED_APPS = [
...,
'ersciyt',
]

2.Include the erscipcard URLconf in your project urls.py like this:

path('yt/', include('ersciyt.urls')),

3.Visit http://127.0.0.1:8000/yt/ to create users and its cards.

4.run this command if you on shell.cloud.google:

python
>>>from ersciyt import inst
>>>inst.run()

About

Youtube Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages