This website works better with JavaScript.
Home
Help
Sign In
mtoniott
/
rsscreator
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Last version of the script
master
Martial Toniotti
6 months ago
parent
0ac5d334a0
commit
d4c16d1219
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
script slicer.py
+ 8
- 0
script slicer.py
View File
@@ -0,0 +1,8 @@
# coding: utf-8
def KeepOnly10LastItems(PathToFeed):
"""Keep only last items from a feed"""
#########
PathToFeed=open;('/home/mtoniott/PycharmPorjects/rssvideo/index.html.1', mode="r")
#########
#PathToFeed.truncate(1024)
print(PathToFeed.read())
Write
Preview
Loading…
Cancel
Save