@apievuist wrote:
Hi all,
I'd like to download a mp4 on the following page:
http://nos.nl/uitzending/nos-journaal.htmlWhen i view the sourcecode of the file, i can see various mp4's.
The downloadlink of the file i would like to grab is:
"http://download.omroep.nl/nos/content/mp4/web02/2016/07/08/16820/mp4_web02.mp4"Every day the url will be different, but the filename will be the same e.g:
mp4_web02.mp4
This is the config i came up with.. this however does not produce any downloads.
It looks like flexget does not even look at the proper URL.Can someone help me to get this config working?
Help would be greatly appreciated!
nos.news.download:
html:
url: http://nos.nl/uitzending/nos-journaal.html
regexp:
accept:
- /*.mp4
rest: reject
download: /volume2/Media/Series/Torrents
Posts: 2
Participants: 2