Thanks.
I upgraded and succeeded to make this work, unfortunately this method does not bring the result I need using headers_as_string.
I will give you an example:
http://www.clipfish.de/player.php?videoid=MzkyOTN8OTA%3D
has a video inside.
There is no direct link to this video in the HTML source, the location will only be sent within the headers.
Using LWP::UserAgent with method progress does not bring this URL which is as follows (from LiveHTTPheaders-log, snippet from header):
http://pg1.clipfish.de/media/96/4efec90e3f12d631b4f5b490db152596.flv
GET /media/96/4efec90e3f12d631b4f5b490db152596.flv HTTP/1.1
Host: pg1.clipfish.de
...
Would it be possible to get the "host"-information and URL of the video from the headers using LWP or do I have to use another module or method?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.