-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathREADME.txt
62 lines (41 loc) · 2.09 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=========================YOUTUBE PLAYLIST DOWNLOADER===============================
YouTube_playlist_downloader.py is a Python program which can download HD(720p)
videos of playlist from youtube.
Prerequisites:
## Python 3x
## Following modules
1.requests
2.urllib
3.BeautifulSoup
This program can download videos with there name prefix with serial number in order.
***NOTE:: This program can download 720p and 480p videos only.
You might get error while trying lower quality videos.
Playlist can be downloaded in three different modes
Mode 1 : To download playlist form url (Complete)
Mode 2 : To resume your download.
Mode 3 : For custom download
Mode 1 :will allow you to download complete playlist. You just need to enter the
url of any video of that playlist.
URL should be in this form:
https://www.youtube.com/watch?v=xyz&list=abcd
In this mode three text file will be created
1.links.txt
2.vid_titles.txt
3.keepvid.txt
***NOTE:: In case your download get interrupted use mode to to resume your
download.
Mode 2:This mode only works if you have above three .txt files.If you don’t have
the .txt file in the same folder or you have deleted these files then you
can’t resume download. In that case use mode 3 to download rest of the videos.
You need to provide the video number from which you want to resume the download.
***NOTE::If you use mode 3 then you cannot resume using mode 2.
Mode 3: This mode is for downloading a part of playlist.
Just enter URL of any video of that playlist and specify the starting video
number and ending video number.
***NOTE::1. You can’t resume using mode 2.
2. Only consecutive videos will be downloaded
*************************************NOTE****************************************
You might get errors and warnings. Please report issue.
Program may be unstable and cause unwanted interruptions ,
may be due to internet connectivity problems or poor speed.
*************************************END*****************************************