Giter VIP home page Giter VIP logo

podracer's People

Contributors

dependabot[bot] avatar macleykun avatar znielsen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

podracer's Issues

Add some super basic tests

Core:

  • test storing/unwrapping RSS feed

Server

  • Spin up and run each handler
  • Assert URLs are decoded correctly

Updater crashed

Fix crash - properly handle a failure - should never panic in update thread.

thread 'Updater' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Decode, source: TimedOut }', racer/src/lib.rs:585:32

Properly scrub XML

Needed to scrub some xml elements. Accomplished that with a simple string sub, but I might need to fully scrub stuff in the future.

Add new mode: release episode every x days

Add a different way to race - instead of scaling the distance between published episodes, set a constant rate for each episode, regardless of how much time is between episodes.

Fix catch up date

Currently just states when feed will catch up to the newest episode as of creation date.
Interpolate the rate of publish and project a catch up date.

Add hover for info

A question mark on the side of the parameters to clarify what they do on hover.

Ban IPs that request sus resources

I'm seeing IPs request things like /.ftpconfig and /.vscode/sftp.json. Look into banning IPs after an obviously malicious request.

Hook into crowdsec or similar?

Fix panic on feed import

https://audioboom.com/channels/4278829.rss causes a panic on ingest. Fix it!

Getting file from /home/pi1/.podracer/blank-check-with-griffin-&-david_1.5_ep1_2020-12-23/original.rss
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Xml(EscapeError(UnterminatedEntity(91..113)))', server/src/rou
tes.rs:375:50

Looks like this happens when gathering "for fun" stats, look into gracefully bailing on non-required stuff.

API/Web - Fast forward x number of days

If a podcast takes a long break, it might be nice to be able to fast forward. Probably results in creating a new feed with a different start_ep or anchor date or the like.

Dead feed detection

If a feed hasn't been requested in like a year, delete it.
Keep tabs on the last time a feed was requested, delete if it’s been too long

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.