You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove `target="_blank"` from link that calculates total number of videos in the playlist. This calculation is done on the page. There is no need to open a new browser tab.
Copy file name to clipboardExpand all lines: youtube-all-vids-info.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ <h3>1. Enter inputs</h3>
32
32
Uploads Playlist Id: <inputid="playlistId" type="text" size="40" value="UUT7EcU7rC44DiS3RkfZzZMg"> | <small><atarget="_blank" href="https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.channels.list?part=contentDetails&forUsername=arvindguptatoys&fields=items%252FcontentDetails%252CpageInfo%252FtotalResults" title="yes, even all the videos on a channel are in a playlist called 'uploads'">Click here to find playlist Id (requires username or channel id)</a></small><br>
33
33
34
34
Number of videos to fetch: <inputid="vidslimit" type="text" value="200" size="10"> | <small>will start from latest</small> |
35
-
<small><atarget="_blank" href="javascript:findTotalVids()">Click here to calculate the total number of videos (requires the playlist id)</a></small>
35
+
<small><ahref="javascript:findTotalVids()">Click here to calculate the total number of videos (requires the playlist id)</a></small>
36
36
37
37
<p><small>Page Token to start from, if any: <inputid="startToken" type="text" value="" size="10"> | In case you want to pick up where you left off and not have to cycle through the ones already covered</small></p>
0 commit comments