ok, I saw this and had to get out of bed, cause I want it to work for you like it's working for me now!! Freddie posted an update tonight to the git repository, so it fixes newsmangler with newshosting!! anyways here are the exact steps to get yenc-freddie working...
1. Download the module:
https://filesharingtalk.com/external/...2xtumje437yca3
2. Extract it: rar e yenc-0.3-freddie.rar
3. cd to it: cd yenc-0.3-freddie
4. Build it: python setup.py build
5. Install it: pything setup.py install
(Assuming all goes well)
6. Edit (in your newsmangler directory): classes/yEnc.py
7. Go Way to the bottom of the file and change:
HAVE_YENC_FRED = ('Freddie mod' in _yenc.__doc__)
to
#HAVE_YENC_FRED = ('Freddie mod' in _yenc.__doc__)
HAVE_YENC_FRED = ('Freddie' in _yenc.__doc__)
That will fix it (Before Fix):
call1 newsmangler # ./poster.py -c sample.conf -f "test please ignore" iso/*
2012-03-08 22:59:32,839 [INFO] Using yenc-vanilla module for yEnc encoding.
2012-03-08 22:59:33,095 [INFO] Posting 28 article(s)...
(After Fix):
call1 newsmangler # !./post
./poster.py -c sample.conf -f "test please ignore" iso/*
2012-03-08 22:58:41,561 [INFO] Using yenc-fred module for yEnc encoding.
2012-03-08 22:58:42,205 [INFO] Posting 28 article(s)...
26 articles remaining - 555.6KB/s
Have Fun,
--John
Bookmarks