rss ripper 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3383
RSS Ripper 1.0
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. more>>
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. After the rip and rewrite, the new RSS feed is uploaded to your FTP server for your own private re-subscription.
Example Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
<<lessExample Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
Download (0.003MB)
Added: 2007-05-24 License: BSD License Price:
883 downloads
MMS Ripper 0.7.0
MMSRIP is a pure useless program which allows you to save on your hard-disk the content being streamed by an MMS server. more>>
MMSRIP is a pure useless program which allows you to save on your hard-disk the content being streamed by an MMS server.
This program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others.
MMS Ripper project should run on every POSIX compliant Operating System, but I cant give you any complete list.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
Enhancements:
- This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed.
- You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
<<lessThis program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others.
MMS Ripper project should run on every POSIX compliant Operating System, but I cant give you any complete list.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
Enhancements:
- This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed.
- You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
Download (0.093MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1376 downloads
M3U Ripper 1.4
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file. more>>
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file link by right clicking on the link and selecting the "Rip Playlist Contents..." option from the popup menu. The option will only appear if the URL ends with the proper file extension.
All the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
<<lessAll the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
Download (0.012MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
946 downloads
RSS Tail 1.0
rsstail provides a tail-like RSS feed reader. more>>
rsstail provides a tail-like RSS feed reader.
RSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry.
<<lessRSSTail is more or less an RSS reader. It monitors an RSS feed, and if it detects a new entry, it will emit only that new entry.
Download (0.003MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
948 downloads
TheLastRipper 1.0.2
TheLastRipper is an audio stream ripper for Last.fm. more>>
TheLastRipper is an audio stream ripper for Last.fm.
TheLastRipper can save Last.fm streams to mp3s, while downloading album cover, appending ID3v1 tags and organizing you music after Artist/Album/Track.
TheLastRipper will also help you generate playlists from the data available from you Last.fm account. TheLastRipper requires a Last.fm login, you can regsiter for free at http://last.fm/
Please note that recordings of radio streams, may NOT be legal, we recommend that you investegate your local laws, before using TheLastRipper.
<<lessTheLastRipper can save Last.fm streams to mp3s, while downloading album cover, appending ID3v1 tags and organizing you music after Artist/Album/Track.
TheLastRipper will also help you generate playlists from the data available from you Last.fm account. TheLastRipper requires a Last.fm login, you can regsiter for free at http://last.fm/
Please note that recordings of radio streams, may NOT be legal, we recommend that you investegate your local laws, before using TheLastRipper.
Download (0.095MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
1033 downloads
rssgen 1.0
rssgen is a PHP RSS generator. more>>
rssgen is a PHP RSS generator. rssgen program does not require a database, as the information is written directly to an XML file.
You can create new headlines, modify existing ones, and preview how they will appear.
It is written in PHP and released under the GPL open source license.
About RSS:
RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But its not just for news.
Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
<<lessYou can create new headlines, modify existing ones, and preview how they will appear.
It is written in PHP and released under the GPL open source license.
About RSS:
RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But its not just for news.
Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
Download (0.015MB)
Added: 2005-12-13 License: GPL (GNU General Public License) Price:
1412 downloads
RSS Panel 1.18
RSS Panel is a Firefox extension that displays RSS directly from originating website. more>>
RSS Panel is a Firefox extension that displays RSS directly from originating website.
This extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.
The panel can also be dragged and closed.
<<lessThis extension auto discovers an associated RSS feed for the current site, if available. It then puts a floating panel in the left upper corner of the browser window, which can be expanded to view all links from the RSS index.
The panel can also be dragged and closed.
Download (0.008MB)
Added: 2007-06-07 License: MPL (Mozilla Public License) Price:
871 downloads
Stream ripper 1.61.24
Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. more>>
Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to "hint" at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.
Streamripper was started sometime back in early 2000. Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to "hint" at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.
This is not surprising because portability was a constant consideration during development.Streamripper is now part of the FreeBSD standard distribution, mentioned in the Linux MP3 HOWTO, known to compile on many platforms such as Linux, Windows, FreeBSD, BeOS, OS/2.
With the emergence of file sharing protocols such as Napster, Gnutella, and now Mojonation and Freenet, the average Internet user can download nearly any mp3 he wants in a matter of no time, but many times people dont know what they want. Streamripper allows you to download an entire station of music. Many of these mp3 radio stations only play certain genres, so you can now download an entire collection of goa/trance music, an entire collection of jazz, punk rock, whatever you want.
Enhancements:
- Fix bug where external program wasnt being killed when reconnecting.
<<lessStreamripper was started sometime back in early 2000. Streamripper started as a way to separate tracks via Shoutcasts title-streaming feature. This has now been expanded into a much more generic feature, where part of the program only tries to "hint" at where one track starts and another ends, thus allowing a mp3 decoding engine to scan for a silent mark, which is used to find an exact track separation.
This is not surprising because portability was a constant consideration during development.Streamripper is now part of the FreeBSD standard distribution, mentioned in the Linux MP3 HOWTO, known to compile on many platforms such as Linux, Windows, FreeBSD, BeOS, OS/2.
With the emergence of file sharing protocols such as Napster, Gnutella, and now Mojonation and Freenet, the average Internet user can download nearly any mp3 he wants in a matter of no time, but many times people dont know what they want. Streamripper allows you to download an entire station of music. Many of these mp3 radio stations only play certain genres, so you can now download an entire collection of goa/trance music, an entire collection of jazz, punk rock, whatever you want.
Enhancements:
- Fix bug where external program wasnt being killed when reconnecting.
Download (1.2MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1199 downloads
CMS RSS Grabber 1.1
CMS RSS Grabber is a system that grabs RSS feeds and fills the content of a CMS system. more>>
CMS RSS Grabber is a system that grabs RSS feeds and fills the content of a CMS system. In other words, CMS content syndication through RSS
It is built in such a flexible way that it doesnt matter which CMS system it connects to. Settings inside the script let you define how you access the database.
Enhancements:
- An option to strip the http:// from the URL that is being exported to CMS.
- Usage is [$url=nohttp$].
- A CMS authors query is added to CMS Settings.
- Selection of author that adds content can be inserted with the [$authorid$] variable.
- Misc. variables for dates and time are added.
- An installation script is added for easy install.
- Settings for WordPress CMS are added.
- The ImportCMS() function didnt include the prefix to the feeddata table, imports to Joomla gave double texts in articles and the URLs had double http:// in them, and CMS update error messages were shown before logging into the system.
- These issues have been fixed.
<<lessIt is built in such a flexible way that it doesnt matter which CMS system it connects to. Settings inside the script let you define how you access the database.
Enhancements:
- An option to strip the http:// from the URL that is being exported to CMS.
- Usage is [$url=nohttp$].
- A CMS authors query is added to CMS Settings.
- Selection of author that adds content can be inserted with the [$authorid$] variable.
- Misc. variables for dates and time are added.
- An installation script is added for easy install.
- Settings for WordPress CMS are added.
- The ImportCMS() function didnt include the prefix to the feeddata table, imports to Joomla gave double texts in articles and the URLs had double http:// in them, and CMS update error messages were shown before logging into the system.
- These issues have been fixed.
Download (0.10MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
664 downloads
Rubyripper 0.4.2
Rubyripper is a secure audio-cd ripper for linux. more>>
Rubyripper is a secure audio-cd ripper for linux.
Through multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.
<<lessThrough multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.
Download (0.030MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
845 downloads
mod_rssindex 1.0
mod_rssindex creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request. more>>
mod_rssindex is an Apache module which creates a non-recursive RSS 2.0 feed of the directory contained in the HTTP Request.
<<less Download (0.010MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1274 downloads
FDMS-3 Ripper
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. more>>
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. I recently bought a Fostex FD-8 multitrack hard disk recorder for recording music. It works great, but I was disappointed to discover that, although it uses a standard external SCSI hard disk, there was no way to "rip" the recorded tracks from the hard drive to my PC over the SCSI port. The alternatives were to use the analog-out to re-record each track using my soundcard (resulting in loss of quality and loss of synch between tracks), or buying a $500 ADAT card for my PC.
I decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.
In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.
Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).
This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.
<<lessI decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.
In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.
Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).
This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.
Download (0.005MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
692 downloads
RSS-Planet 1.3
RSS-Planet is a script which fetches headlines from various news Web sites. more>>
RSS-Planet is a custom marker file generator for xplanet which uses RSS feeds from news websites to plot the current headlines on a world map.
By default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.
<<lessBy default, Yahoo! News and CNN.com are supported, but other feeds that point to articles with easily-discoverable place names (such as the Washington Post) should work as well.
Download (0.085MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
Rss Viewer 2.0.0 beta
RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. more>>
RSS Viewer is a comfortable and portable viewer for RSS/RDF-compatible newsfeeds. It is written completely in Java and licensed under the GNU General Public License.
Rss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well.
Main features:
- multiple views for everyones taste
- built-in HTML article preview
- external browser support
- drag and drop
- article database
<<lessRss Viewer is proven to run on Windows, Linux and MacOS X. Other Java enabled platforms should work as well.
Main features:
- multiple views for everyones taste
- built-in HTML article preview
- external browser support
- drag and drop
- article database
Download (2.4MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1499 downloads
RSS Builde 2.2
RSS Builder offers PHP classes for generating an RSS feed. more>>
RSS Builder offers PHP classes for generating an RSS feed.
SS Builder is a set of PHP classes for generating a 0.91, 1.0, or 2.0 (draft) RSS feed, including Dublin Core and Syndication Modules.
Enhancements:
- Updated code for PHP 5.1!
- Content of the description tag (feed and item) are now enclosed by CDATA.
<<lessSS Builder is a set of PHP classes for generating a 0.91, 1.0, or 2.0 (draft) RSS feed, including Dublin Core and Syndication Modules.
Enhancements:
- Updated code for PHP 5.1!
- Content of the description tag (feed and item) are now enclosed by CDATA.
Download (MB)
Added: 2007-01-22 License: Free for non-commercial use Price:
1006 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rss ripper 1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed