Skip to content

Generate a file with the contribution list of your youtube video from a playlist. 📷

License

Notifications You must be signed in to change notification settings

ElHaban3ro/SourceLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SourceLink

License: MIT Python 3.10 PyPi Package GitGub Repositorie

Generates through playlists a txt file with the acknowledgements or resources used for an audio visual content. I made this little tool because I made a video on my youtube channel and all the resources I was using I was putting them in a playlist within the same Youtube. To extract each link from each video would take me too long and it was boring, so I created this tool (which in the end took me longer than it would have taken me to do it manually, but you have to think about the future).

Use

At the moment the script works only from script, but in the future (when I need it again) I will add the option to do it via console (which is a bit faster for the case).

To start, install SourceLink:

pip install SourceLink

Start to using:

from SourceLink.Contributors import ContributorsGen


genList = ContributorsGen('SAVE_ROUTE')
genList.contributror_file(['PLAYLIST_LIST',  'https://www.youtube.com/playlist?list=PLozfyPKLTR99Frrt3Jnju6Ag9SyDpeCoK'])

This generates the following: (in txt file)

Thanks to:

- https://www.youtube.com/watch?v=qNaz3sYYnWs
- https://www.youtube.com/watch?v=XjmIlOS-CjM
- https://www.youtube.com/watch?v=aR-KAldshAE
- https://www.youtube.com/watch?v=JB_NLzN3anI

Contact Twitter Contact Discord Contact Discord

About

Generate a file with the contribution list of your youtube video from a playlist. 📷

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages