Closed GoogleCodeExporter closed 9 years ago
I'm not quite sure what your question actually is.
Perl itself doesn't care what extension you use on a script--it simply tries to
execute the script you give it. The .pl extension is not required.
If you got a "No such file or directory" message, it's because the file wasn't
there. Maybe you saved it as .pl, but you gave Perl a different name so it
couldn't find it. Maybe you didn't put the file in the directory you thought
you did, or maybe you typo'd the command.
The instructions are meant to be illustrative and generic. The actual
get_flash_videos download file name changes between releases anyway. I thought
it was pretty obvious that you should replace "get_flash_videos" with whatever
the exact name of the file you downloaded.
Regardless, I'm glad you got it working, and thanks for your kind words.
Original comment by zakflash...@gmail.com
on 14 Mar 2012 at 9:25
Feeling pretty stupid about now. As you can tell, programming/scripting
aren't my strongest areas. Always more network and hardware. Thanks for the
response.
S7eele
Required or Not?
tries to execute the script you give it. The .pl extension is not required.
wasn't there. Maybe you saved it as .pl, but you gave Perl a different name
so it couldn't find it. Maybe you didn't put the file in the directory you
thought you did, or maybe you typo'd the command.
get_flash_videos download file name changes between releases anyway. I
thought it was pretty obvious that you should replace "get_flash_videos"
with whatever the exact name of the file you downloaded.
Original comment by dragon....@gmail.com
on 24 Mar 2012 at 8:01
Original issue reported on code.google.com by
dragon....@gmail.com
on 14 Mar 2012 at 7:45Attachments: