Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Another method of saving iTunes music videos' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Another method of saving iTunes music videos
Authored by: MysteryQuest on Jul 18, '05 09:26:16AM
This didn't work at first in 10.3 but it should work and it was giving the following error:
grep: invalid option -- o
When you change
grep -oE
into
grep -E
it also works in 10.3. You only need to delete the o, that's all. The full code is now the following:
sudo /usr/local/bin/tcpflow -c -i en1 port 80 | grep -E \
'\<GET *.*\.mov.*HTTP/1.1 *\>|Host: *.*'


[ Reply to This | # ]