No description
* Bumped up the line length because I fear no man * Refactored indexing Previously, indexing worked by collecting the video IDs of only videos that matched indexing criteria. This new model instead stores ALL videos for a given source, but will only _download_ videos that meet that criteria. This lets us backfill without indexing, makes it easier to add in other backends, lets us download one-off videos for a source that don't quite meet criteria, you name it. * Updated media finders to respect format filters; Added credo file |
||
|---|---|---|
| .github | ||
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .credo.exs | ||
| .env.sample | ||
| .formatter.exs | ||
| .gitignore | ||
| .iex.exs | ||
| .prettierignore | ||
| .prettierrc.js | ||
| docker-compose.ci.yml | ||
| docker-compose.yml | ||
| docker-run.sh | ||
| Dockerfile | ||
| ideas.md | ||
| mix.exs | ||
| mix.lock | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Pinchflat
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix