mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
add basic tinyparser/atom
This commit is contained in:
7
classes/feedenclosure.php
Normal file
7
classes/feedenclosure.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class FeedEnclosure {
|
||||
public $link;
|
||||
public $type;
|
||||
public $length;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user