1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

277 Commits

Author SHA1 Message Date
Maksym Pavlenko
93c7bc89fc Update build script and .gitignore 2018-10-06 19:25:07 -07:00
Maksym Pavlenko
9c30d975d0 Fix blocked Patreon notifications 2018-10-06 19:24:45 -07:00
Maksym Pavlenko
7f68ee1e08 Ignore venv 2018-09-17 19:55:30 -07:00
Maksym Pavlenko
975bc30edf Update youtube-dl, fix resolve issues 2018-09-17 19:55:05 -07:00
mxpv
7fd844063f Improve iTunes compatibility 2018-08-26 22:16:39 -07:00
Maksym
a352f8008e Fix nginx SSL certs 2018-08-05 17:19:18 -07:00
Maksym
dc01be64e3 Update podsync.conf 2018-08-05 17:18:49 -07:00
mxpv
5254b91a78 Add YT unit test to cover iTunes compatibility
https://podba.se/validate/?url=https://podsync.net/gNNlHz9li
2018-07-22 13:19:53 -07:00
mxpv
b461229784 Update build.sh for ytdl 2018-07-18 21:39:34 -07:00
mxpv
28823805c9 ytdl 2018.5.1 introduces strange bug in Vimeo resolver:
ERROR: Unable to extract info section (caused by ExtractorError("Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.")); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2018-07-18 21:38:59 -07:00
mxpv
38486bbc34 Fix resolver for vimeo, choose video quality 2018-07-18 17:58:02 -07:00
mxpv
535623c055 Remove obsolete files 2018-07-05 23:18:09 -07:00
mxpv
75be012b7b Update nginx.conf 2018-07-05 23:17:00 -07:00
mxpv
dd252000fb Update proxy 2018-07-05 23:14:47 -07:00
Maksym Pavlenko
1f11f74302 Use http for download links 2017-11-26 00:31:48 -08:00
Maksym Pavlenko
2c26f6a911 Pass host header to upstream 2017-11-26 00:14:49 -08:00
Maksym Pavlenko
979baad189 Remove redirect to HTTPS, add redirect from www to non-www 2017-11-21 22:41:55 -08:00
Maksym Pavlenko
42ee2c681d Fix bug with pagination 2017-11-15 17:32:29 -08:00
Maksym Pavlenko
796130a307 Update pledges by patron id 2017-11-14 12:31:38 -08:00
Maksym Pavlenko
1721aecaa2 Display 600 for anonymous users 2017-11-10 17:59:49 -08:00
Maksym Pavlenko
d90dd97a72 Fix page validator 2017-11-10 17:49:21 -08:00
Maksym Pavlenko
87af1d1f90 Fix broken tests 2017-11-10 17:22:12 -08:00
Maksym Pavlenko
05a1b0f8d5 Implement 600 episodes feeds 2017-11-10 17:13:01 -08:00
Maksym Pavlenko
30214a65c3 Hide Patreon block on small screens 2017-11-10 13:48:14 -08:00
Maksym Pavlenko
522f8580df Improve login block style 2017-11-10 13:42:44 -08:00
Maksym Pavlenko
05de9038ea Check channel Kind 2017-11-08 12:31:44 -08:00
Maksym Pavlenko
29931902dd Fix feed links 2017-11-07 16:49:56 -08:00
Maksym Pavlenko
e5654468f5 Sort episodes 2017-11-07 13:57:26 -08:00
Maksym Pavlenko
807be4287d Add itunes:order tag 2017-11-07 13:38:14 -08:00
Maksym Pavlenko
13933571a0 Minor improvements in pledge handler 2017-11-05 13:04:36 -08:00
Maksym Pavlenko
2e45ae3437 Track top metrics 2017-11-04 21:22:25 -07:00
Maksym Pavlenko
cb00281213 Implement basic metric tracker 2017-11-04 17:27:01 -07:00
Maksym Pavlenko
4853f57ec4 Minor fixes 2017-11-03 21:09:21 -07:00
Maksym Pavlenko
e9da67c739 Downgrade feed if delete pledge 2017-11-03 20:55:58 -07:00
Maksym Pavlenko
cd39872e35 Increase item_id field size 2017-11-03 20:19:32 -07:00
Maksym Pavlenko
7cff604c26 Switch to Postgres storage for feeds 2017-11-03 19:16:15 -07:00
Maksym Pavlenko
d79cc87ea5 Drop ID package 2017-11-03 17:19:44 -07:00
Maksym Pavlenko
47fe3e41b5 Fix tests 2017-11-03 16:25:15 -07:00
Maksym Pavlenko
b5b102f6dc Fix SQL script 2017-11-03 16:14:03 -07:00
Maksym Pavlenko
6c2514b365 Create index if not exists 2017-11-03 16:10:12 -07:00
Maksym Pavlenko
0170bbfbca Use Feed model 2017-11-03 16:04:33 -07:00
Maksym Pavlenko
90a5b6fee7 Add database model for feeds 2017-11-03 15:41:26 -07:00
Maksym Pavlenko
b8e97b9310 Rename api constants 2017-11-03 15:04:33 -07:00
Maksym Pavlenko
ef65673645 Don't query database if patron id is empty 2017-11-02 22:53:14 -07:00
Maksym Pavlenko
622b9f4dd0 Fix dependency 2017-11-02 21:50:12 -07:00
Maksym Pavlenko
07e93cabc4 Fix Travis 2017-11-02 21:46:19 -07:00
Maksym Pavlenko
2912b0f36a Rename models package 2017-11-02 21:41:52 -07:00
Maksym Pavlenko
dcef9b2373 Add YT API calls cost info 2017-11-02 19:44:45 -07:00
Maksym Pavlenko
e564aec8ac Merge pull request #23 from mxpv/pledge_check
Improve pledge verification
2017-11-02 18:38:34 -07:00
Maksym Pavlenko
66150c642b Fix mockgen 2017-11-02 18:22:01 -07:00