URL syntax for Youtube video in fullscreen and start at time index

According to the YouTube API Player Parameters page, the /v/ style URL was used for the embedded AS3 player and is deprecated. Instead, use https://www.youtube.com/embed/VIDEO_ID, with the start parameter, e.g.: Also, just to clarify, this URL will take up the full browser window, not the full screen. A better solution using iframe here with jQuery … Read more

Youtube – downloading a playlist – youtube-dl

In a shell, & is a special character, advising the shell to start everything up to the & as a process in the background. To avoid this behavior, you can put the URL in quotes. See the youtube-dl FAQ for more information. Also beware of -citk. With the exception of -i, these options make little sense. See the youtube-dl FAQ for more information. … Read more

Is there a way to get all IP addresses of youtube to block it with Windows Firewall?

If you have your own DNS server you can block domains from resolving. Here is a guide to block domains in Bind DNS server. To get all the IP addresses there is no way. What you can do is, install dig. It’s available in linux but not in windows. Then time to time enter dig youtube.com. It’ll show you … Read more