We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6058238 commit 56dd1d6Copy full SHA for 56dd1d6
Crashcast.py
@@ -82,7 +82,7 @@ class color:
82
print('')
83
if saveme.startswith('y') or query.startswith('y'):
84
85
- video = input("[▸] Enter YouTube video ID to mass-play (the string after v=): ") or "hkBP_PZVmno"
+ video = input("[▸] Enter YouTube video ID to mass-play (the string after v=): ") or "oHg5SJYRHA0"
86
87
if query.startswith('y'):
88
iplist = input('[*] Would you like to display all the Chromecast devices from Shodan? <Y/n>: ').lower()
0 commit comments