Skip to content

Commit

Permalink
Title of leparisien update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPS authored Jun 14, 2021
1 parent ddd94b6 commit 1018e53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion newsscrapper/fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def ParisSC():
title=link[0].split("/")
titre=title[-1].split("-")
fini=" ".join(titre[0:len(titre)-4])
print(fini)
try:
data[str(i)]={"link":link[0],"img":picture[0],"title":fini}
except:
Expand Down

0 comments on commit 1018e53

Please sign in to comment.