Skip to content

Commit 9376265

Browse files
authored
Fix broken link
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.
1 parent d5e7ffe commit 9376265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtube-all-vids-info.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>1. Enter inputs</h3>
3232
Uploads Playlist Id: <input id="playlistId" type="text" size="40" value="UUT7EcU7rC44DiS3RkfZzZMg"> | <small><a target="_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>
3333

3434
Number of videos to fetch: <input id="vidslimit" type="text" value="200" size="10"> | <small>will start from latest</small> |
35-
<small><a target="_blank" href="javascript:findTotalVids()">Click here to calculate the total number of videos (requires the playlist id)</a></small>
35+
<small><a href="javascript:findTotalVids()">Click here to calculate the total number of videos (requires the playlist id)</a></small>
3636

3737
<p><small>Page Token to start from, if any: <input id="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>
3838

0 commit comments

Comments
 (0)