Jump to content

KVS (XML) Feed parser type


gourad

Recommended Posts

Okay i have this xml

<?xml version="1.0" encoding="UTF-8"?>
<videos>
<video>
<id>1</id>
<title>titile</title>
<dir>directory</dir>
<rating>0</rating>
<votes>0</votes>
<popularity>0</popularity>
<post_date>2021-01-15 19:19:00</post_date>
<content_source>content source</content_source>
<content_source_url>http://content.source.url/</content_source_url>
<user>Admin</user>
<link>http://link</link>
<models>models</models>
<embed><iframe=""></iframe></embed>
<formats>
<format>
<postfix>.mp4</postfix>
<duration>1807</duration>
<width>852</width>
<height>480</height>
<filesize>180579580</filesize>
</format>
</formats>

I select Video adding mode as "Download video". Which of these fields can I set the source video URL?

Link to comment
Share on other sites

Solved! create new feed correct urls!

Hello, since you are talking about this, I have stopped working for a long time, I get:

-----

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<videos></videos>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...