podcatcher 3.1.13 → 3.1.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb11f254d1d8c775635a32e452baeb8d47d830f0
4
- data.tar.gz: 62acbb455ad290b014cf83b75a07c24fbd5056ae
3
+ metadata.gz: 72640157fe04ab52ab39e3a2c0d2bbe9f0b2c12d
4
+ data.tar.gz: 2f8c92591268ce3086965450af903f599072c1e2
5
5
  SHA512:
6
- metadata.gz: ffe34dd626651350b11638f59983204ef7c1811415e599cdd822102792646a8e126e730ebff4db93c527e56923a3e5c34ec83127962003d9f05b190772109653
7
- data.tar.gz: 5193a9517a6832af9be37c176faf40cfe21b804f65f4350e9bff3fc7c00f991fdf05c7cf2d6b26535f60131af2f22c1d4e31187f9cd2a6254d3b8675651ab022
6
+ metadata.gz: c28bd3c407b557cb746b55dc7b19e0008f742ba5c040a3184f04cef3a805bbbd98cd77d2b5f0d84d30bdeb373f0fdec48cefaed9f5dcb2c96c315076168cad68
7
+ data.tar.gz: a83451f32e766c4e6848c8e1d35b6ccd84c54114736df17f9a0a930a4c4c2430166503a631ea9b9ba67622f1d0cce8e76471f21c088b3a2c8524593f8cf7aec0
@@ -1 +1 @@
1
- l�R
1
+ SE)��鯋��K�ĕ�9���]c��Hے�{1��x1
data.tar.gz.sig CHANGED
Binary file
data/README.txt CHANGED
@@ -36,7 +36,7 @@ $ gem install podcatcher --trust-policy HighSecurity
36
36
  $
37
37
  $ # Check the used version
38
38
  $ podcatcher --version
39
- 3.1.13
39
+ 3.1.14
40
40
  $
41
41
 
42
42
 
@@ -6,7 +6,7 @@
6
6
  # Author: Doga Armangil, armangild@yahoo.com
7
7
 
8
8
  PODCATCHER_WEBSITE = 'https://github.com/doga/podcatcher'
9
- PODCATCHER_VERSION = '3.1.13'
9
+ PODCATCHER_VERSION = '3.1.14'
10
10
 
11
11
  # todo: allow files to be selected not only by its MIME type, but also other attributes. Example: --content '^video/ width:680-1024 height:400'
12
12
  # todo: --proxy option
@@ -25,49 +25,6 @@ PODCATCHER_VERSION = '3.1.13'
25
25
  # todo: option to download shows concurrently
26
26
  # todo: "lock" directory to prevent concurrency issues
27
27
  # todo: option to throttle non-BitTorrent downloads
28
- # 3.1.10: make public certificate world-readable
29
- # 3.1.9: digitally sign the Ruby gem
30
- # 3.1.8: make podcatcher a Ruby gem
31
- # 3.1.7: move the code repository from rubyforge to github, remove sponsor message, disable voting and checking for updates by default
32
- # 3.1.6alpha: fixes a bug whereby a failed content download caused all other content from the same feed to be ignored
33
- # 3.1.5: updated --arguments file format (# now comments out line), updated sponsor message
34
- # 3.1.4: added publication date to content titles in generated playlists, added better handling of invalid URLs in feeds and subscription lists (such URLs are now simply ignored instead of causing the whole document to be skipped)
35
- # 3.1.3: --restrictednames option is now enabled by default, fixed directory name generation bug that allowed '!' character when --perfeed and --restrictednames options were used simultaneously, updated sponsor message
36
- # 3.1.2: modified the help text that appears when --help option is used, updated sponsor message
37
- # 3.1.1: fixed a bug in verbose mode that caused content to be listed twice if it is declared as both RSS enclosure and Media RSS content, changed the sponsor message
38
- # 3.1.0: added support for yyyy and yyyy.mm formats for --horizon parameter
39
- # 3.0.0: added the --cachedir option for explicitely specifying cache directory, added --language option for selecting feeds by language, added the --horizon option that prevents the downloading of content older than a given date, added --restrictednames option for using content subdirectory and file names that are acceptable for restrictive filesystems such as VFAT, http://search.yahoo.com/mrss is now accepted as namespace for RSS Media module, fixed a bug in update checking (flash now only appears if podcatcherstats version is newer than current one), fixed a bug that caused votes to be sent for feeds that have file URLs or filenames.
40
- # 2.0.1: fixed Yahoo Media RSS module handling bug
41
- # 2.0.0: fixed a bug that caused the generation of invalid playlists for feeds containing control characters (such as Ctrl-M) in their title or in the title of one of its entries, added --order option that determines feed order, changed default feed order from 'sequential' to 'random', all content is downloaded by default (not only MP3), changed default cache size to 512MB, added support for the Yahoo Media RSS module (http://search.yahoo.com/mrss), added strategies for downloading content in chronological order (chron_one, chron, chron_all), added -C option that specifies the types of content that are to be received (overrides the default types), added -o option for reading options from a file, added -A option for reading arguments from a file, changed the default download strategy to 'one', added -V alias for --version option, fixed a bug that caused the order of feeds to be ignored in OPML files, fixed a bug that caused downloads of some video files to fail in vodcatcher mode, added --checkforupdate option for informing the user when a new version is available, added --vote option for voting in favour of downloaded podcasts at podcatcherstats.com
42
- # 1.3.7: added status code and content type check when downloading a media file using HTTP, removed some debugging comments
43
- # 1.3.5: fixed a bug that caused wrong cache filenames to be generated when an HTTP redirection was received from a server, added Operating System and processor information to the User-Agent HTTP header sent to web servers
44
- # 1.3.4: fixed the help message
45
- # 1.3.3: added the -p option that assigns a separate cache subfolder to each feed
46
- # 1.3.2: bug fix
47
- # 1.3.1: added robust handling of subscription lists that directly link to media files (such links are now ignored), fixed an OPML generation bug for interrupted searches
48
- # 1.3.0: added search function for online podcast directories such as the iPodder podcast directory, added xspf support
49
- # 1.2.0: added support for decentralized subscription lists (i.e. subscription lists that point to other subscription lists), fixed a bug that sometimes caused an invalid Referer header to be sent in HTTP requests, added the -f option, added support for Atom feeds that do not list items in reverse chronological order, added support for RSS/Atom feeds as command line arguments, added support for Extended M3U and Extended PLS playlist formats, M3U playlists can now also be generated in vodcatcher mode, m3u is now the default type in vodcatcher mode, added "cache" strategy which deprecates -c option
50
- # 1.1.1: added support for iTunes .pcast subscription files
51
- # 1.1.0: names of media files downloaded via BitTorrent are now preserved, done some refactoring so that the script can function as a vodcatcher
52
- # 1.0.4: added support for RSS feeds that do not list items in reverse chronological order
53
- # 1.0.3: fixed an RSS parsing bug that caused enclosures of some feeds to be ignored
54
- # 1.0.2: fixed some minor MP3 file naming bugs
55
- # 1.0.1: names of downloaded MP3 files are now preserved
56
- # 1.0.0: added ATOM support
57
- # 0.4.0: added duplicate removal for MP3, RSS/Atom and OPML URLs and pathnames; added the -i option that attempts to increase the listen-time given to podcasts which frequently release short shows
58
- # 0.3.2: fixed BitTorrent handling bug
59
- # 0.3.1: added robust handling of network exceptions, removed support for Ctrl-C to terminate execution
60
- # 0.3.0: added support for opml format used by podcastalley, added podcast title information in playlists, reduced RAM usage by not loading the history file in memory, history file and playlist are now updated after each download
61
- # 0.2.1: added support for Ctrl-C to terminate execution; added robust handling of some bad command line arguments; (James Carter patch) fixed the "OPML truncation" issue where a bad RSS feed was considered the last of the list
62
- # 0.2.0: added a new download strategy ("one"); added support for more than one OPML argument, fixed some issues
63
- # 0.1.7: bug fix
64
- # 0.1.6: added internal Bittorrent support, fixed flawed handling of some exceptions
65
- # 0.1.5: changed -d option description, added external handling of Bittorrent files
66
- # 0.1.4: bug-fix, robust handling of bad //enclosure/@length attributes, handling of relative enclosure URLs
67
- # 0.1.3: podcast download strategies (and changed default), download retries
68
- # 0.1.2: added TOX playlist support, added HTTP and FTP support for the OPML parameter, done some code clean-up
69
- # 0.1.1: fixed RSS parsing issue
70
- # 0.1.0: initial version
71
28
 
72
29
  require 'uri'
73
30
  require 'open-uri'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podcatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.13
4
+ version: 3.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doga Armangil
@@ -54,7 +54,8 @@ metadata:
54
54
  wiki: ''
55
55
  mail: ''
56
56
  bugs: https://github.com/doga/podcatcher/issues
57
- post_install_message:
57
+ post_install_message: Congratulations! `podcatcher --version` shell command should
58
+ now work.
58
59
  rdoc_options: []
59
60
  require_paths:
60
61
  - lib
metadata.gz.sig CHANGED
Binary file