rss ripper
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 477
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
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
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
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
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
RipOff CD Ripper 0.8.2
RipOff is a GTK+ based CD ripper for Linux. more>>
RipOff is a GTK+ based CD ripper for Linux (and hopefully for other Unix systems once some testing and fixing have been done) that has a simple interface, CDDB lookups, and a plugin-based encoder architecture.
RipOff CD Ripper attempts to appeal to those users who want a non-GNOME dependent CD ripper with a simple interface, or users who just dont like the interfaces of the other GTK+ CD rippers.
Enhancements:
- Added HTTP_PROXY Functionality
- Fixed a bug where for newer versions of GTK "about" dialogue windows were not closing
- FLAC plugin now supports FLAC 1.1.3
- Added an icon for RipOff
- Miscellaneous code cleanups
<<lessRipOff CD Ripper attempts to appeal to those users who want a non-GNOME dependent CD ripper with a simple interface, or users who just dont like the interfaces of the other GTK+ CD rippers.
Enhancements:
- Added HTTP_PROXY Functionality
- Fixed a bug where for newer versions of GTK "about" dialogue windows were not closing
- FLAC plugin now supports FLAC 1.1.3
- Added an icon for RipOff
- Miscellaneous code cleanups
Download (0.38MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
983 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
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
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
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
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
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
John the Ripper 1.7.2
John the Ripper is a fast password cracker. more>>
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS.
It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes.
Several other hash types are added with contributed patches.
Enhancements:
- Bitslice DES code for x86-64 that makes use of the 64-bit mode extended SSE2 with 16 XMM registers has been added for better performance at DES-based crypt(3) hashes with x86-64 builds on AMD processors.
- A new make target for FreeBSD/x86-64 has been added.
<<lessIt supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes.
Several other hash types are added with contributed patches.
Enhancements:
- Bitslice DES code for x86-64 that makes use of the 64-bit mode extended SSE2 with 16 XMM registers has been added for better performance at DES-based crypt(3) hashes with x86-64 builds on AMD processors.
- A new make target for FreeBSD/x86-64 has been added.
Download (0.78MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1450 downloads
Winki the Ripper 0.4.4
Winki The Ripper aims to be the easiest program for video encoding. more>>
Winki The Ripper aims to be the easiest program for video encoding. It is actually just a graphical frontend for GNOME written in python to command line tools like mencoder, oggenc, mkvtoolnix, mplayer and lsdvd.
Please be advised that the use of some of the tools you need for "Winki the Ripper" may not be legal in some countries. Please check this out yourself for the country you live in. We strongly advise not to use illegal tools, but it is not our job to make sure in which country which of the possibly needed tools may be forbidden or restricted.
Main features:
Supported input formats
- DVD
- VCD/SVCD
- Multimedia file (does not work very well still)
Supported output formats
- VCD/SVCD (limited to 1 video, 1 audio and no subtitle streams)
- Multimedia matroska or ogm file (limited to 1 video, 3 audio and 3 subtitle streams)
- Multiple chunk output
- Predefined and custom size output chunks
- Easy crop detection
- Preview settings before rip
- Bulgarian, German, Polish and Spain translations
<<lessPlease be advised that the use of some of the tools you need for "Winki the Ripper" may not be legal in some countries. Please check this out yourself for the country you live in. We strongly advise not to use illegal tools, but it is not our job to make sure in which country which of the possibly needed tools may be forbidden or restricted.
Main features:
Supported input formats
- DVD
- VCD/SVCD
- Multimedia file (does not work very well still)
Supported output formats
- VCD/SVCD (limited to 1 video, 1 audio and no subtitle streams)
- Multimedia matroska or ogm file (limited to 1 video, 3 audio and 3 subtitle streams)
- Multiple chunk output
- Predefined and custom size output chunks
- Easy crop detection
- Preview settings before rip
- Bulgarian, German, Polish and Spain translations
Download (0.56MB)
Added: 2007-07-17 License: GPL v3 Price:
830 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 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