Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
02-09-2017, 02:26 AM | #1 |
Confirmed User
Industry Role:
Join Date: Sep 2015
Posts: 1,045
|
Using Python, How to make RSS for wordpress import?
Using Python, How to make RSS file for wordpress import?
I made a python program using beautiful soup that scrapes a tube sites video titles, their link, and the video embed code. Right now it just print these to the screen. How do I format this information into an RSS file for importing into a wordpress theme?
__________________
|
02-09-2017, 08:42 AM | #2 |
It's 42
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
|
Is the output in HTML code already then print it to an include file.
If not, format it to HTML output. |