aniwave.to Open in urlscan Pro
2606:4700:e2::ac40:8c14  Public Scan

URL: https://aniwave.to/watch/sousou-no-frieren.3rp2y/ep-3
Submission: On April 06 via manual from SE — Scanned from SE

Form analysis 6 forms found in the DOM

GET filter

<form method="get" autocomplete="off" action="filter"> <button type="button"><i class="fa-solid fa-magnifying-glass"></i></button> <input type="text" name="keyword" placeholder="Search anime...">
  <div class="tip"> <svg class="icon">
      <use xlink:href="#icon-search-shortcut"></use>
    </svg> <span>Quick Access</span> </div>
  <div class="search-popup">
    <div class="s-close">Clear</div>
    <div class="inner">
      <div class="head-box">
        <div class="tabs-sm">
          <div class="tab active">Anime</div>
        </div>
        <div class="actions"> <a class="filter" href="/filter"> <svg class="icon"> <use xlink:href="#icon-tip-filter"></use> </svg> <span>Filter</span> </a> </div>
      </div>
      <div class="body"></div>
      <div class="foot">
        <div class="nav-tip"> <span> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-down"></use>
            </svg> <svg class="icon">
              <use xlink:href="#icon-tip-arrow-up"></use>
            </svg> <span>to navigate</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-enter"></use>
            </svg> <span>to select</span> </span> <span> <svg class="icon">
              <use xlink:href="#icon-tip-esc"></use>
            </svg> <span>to exit</span> </span> </div> <a class="more" href="#" style="display: none;">View all <i class="fas fa-long-arrow-right"></i></a>
      </div>
    </div>
  </div>
</form>

POST ajax/episode/report

<form action="ajax/episode/report" method="POST"> <input type="hidden" name="episode_id" id="report-episode-id"> <input type="hidden" name="server_id" id="report-server-id">
  <div class="block">
    <div class="info d-flex">
      <div class="avatar mr-3"> <img src="https://static.aniwave.to/i/b/b5/b5503f3fd73f0390dfe14d902aeda96d@100.jpg" class="rounded"> </div>
      <div class="name">
        <div class="title">Sousou no Frieren</div>
        <div class="episode">Episode <span id="report-episode">?</span></div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Video:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="video_broken" class="custom-control-input" id="video_broken"> <label class="custom-control-label"
                for="video_broken">Broken</label> </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Audio:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="audio_sync" class="custom-control-input" id="audio_sync"> <label class="custom-control-label" for="audio_sync">Not
                synced</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Subtitle:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="sub_sync" class="custom-control-input" id="sub_sync"> <label class="custom-control-label" for="sub_sync">Not synced</label>
            </div>
          </div>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group"> <label class="form-label">Skip time:</label>
          <div>
            <div class="custom-control custom-checkbox custom-control-inline"> <input type="checkbox" name="issue[]" value="skiptime" class="custom-control-input" id="skiptime"> <label class="custom-control-label" for="skiptime">Wrong</label> </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="block">
    <div class="form-group"> <label class="form-label">Other:</label>
      <div> <textarea class="form-control" name="message"></textarea> </div>
    </div>
  </div>
  <div class="form-group mb-3"> <button class="btn btn-light">Submit</button> </div>
</form>

POST ajax/user/login

<form class="ajax-login" action="ajax/user/login" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" name="username" placeholder="Username or email" required=""> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" name="password" placeholder="Password" required=""> </div>
  <div class="form-group"> <a href="#" class="btn clear" data-content-switch="forgot">Forgot password</a> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/user/register

<form class="ajax-register" action="ajax/user/register" method="post" data-broadcast="user:updated">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="email" class="form-control form-control-lg" placeholder="Email" name="email"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-circle-user"></i> <input type="text" class="form-control form-control-lg" placeholder="Username" name="username"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password" name="password"> </div>
  <div class="form-group"> <i class="icon fa-solid fa-lock"></i> <input type="password" class="form-control form-control-lg" placeholder="Password confirmation" name="password_confirmation"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Register</button> </div>
</form>

POST ajax/user/forgot-password

<form class="ajax" action="ajax/user/forgot-password" method="post">
  <div class="form-group"> <i class="icon fa-solid fa-envelope"></i> <input type="text" class="form-control form-control-lg" placeholder="Email or Username" name="account"> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

POST ajax/anime/request

<form class="ajax-login" action="ajax/anime/request" method="post">
  <div class="form-group"> <input type="text" class="form-control" name="title" placeholder="Anime name" required=""> </div>
  <div class="form-group"> <input type="text" class="form-control" name="ref_url" placeholder="Link to MAL/ anidb/ anilist or any if possible"> </div>
  <div class="form-group"> <textarea class="form-control" name="detail" placeholder="More details about it if possible" rows="3"></textarea> </div>
  <div class="form-group"> <span class="captcha"></span> </div>
  <div class="form-group"> <button type="submit" class="btn btn-lg fw-bold btn-primary w-100">Submit</button> </div>
</form>

Text Content

 * Home


 * * ACTION
   
   
   * ADVENTURE
   
   
   * AVANT GARDE
   
   
   * BOYS LOVE
   
   
   * COMEDY
   
   
   * DEMONS
   
   
   * DRAMA
   
   
   * ECCHI
   
   
   * FANTASY
   
   
   * GIRLS LOVE
   
   
   * GOURMET
   
   
   * HAREM
   
   
   * HORROR
   
   
   * ISEKAI
   
   
   * IYASHIKEI
   
   
   * JOSEI
   
   
   * KIDS
   
   
   * MAGIC
   
   
   * MAHOU SHOUJO
   
   
   * MARTIAL ARTS
   
   
   * MECHA
   
   
   * MILITARY
   
   
   * MUSIC
   
   
   * MYSTERY
   
   
   * PARODY
   
   
   * PSYCHOLOGICAL
   
   
   * REVERSE HAREM
   
   
   * ROMANCE
   
   
   * SCHOOL
   
   
   * SCI-FI
   
   
   * SEINEN
   
   
   * SHOUJO
   
   
   * SHOUNEN
   
   
   * SLICE OF LIFE
   
   
   * SPACE
   
   
   * SPORTS
   
   
   * SUPER POWER
   
   
   * SUPERNATURAL
   
   
   * SUSPENSE
   
   
   * THRILLER
   
   
   * VAMPIRE
   Genre


 * * TV SERIES
   
   
   * MOVIES
   
   
   * OVAS
   
   
   * ONAS
   
   
   * SPECIALS
   
   
   * MUSIC
   Types
 * Newest
 * Updated
 * Ongoing
 * Added
 * Request
 * Watch2gether
 * Random
 * Donate
 * Read Manga



Quick Access
Clear
Anime
Filter

to navigate to select to exit
View all
Watch2gether Random Read Manga
EN JP

Sign in
Expand
Auto Play
Auto Next
Auto Skip
Add skip time
 * Intro begin
   Intro end
   Outro begin
   Outro end
   Contribute

Light
Prev
Next
Report
Add to list

You're watching Episode 3.
If current servers doesn't work, please try other servers beside.
Sub
 * Vidplay
 * MyCloud
 * Filemoon
 * Mp4upload

S-Sub
 * Vidplay
 * MyCloud

Dub
 * Vidplay
 * MyCloud
 * Filemoon
 * Mp4upload

Sub & Dub
Sub & Dub
Only Sub
Only Dub
001-028
001-028

 * 1 The Journey`s End
 * 2 It Didn`t Have to Be Magic...
 * 3 Killing Magic
 * 4 The Land Where Souls Rest
 * 5 Phantoms of the Dead
 * 6 The Hero of the Village
 * 7 Like a Fairy Tale
 * 8 Frieren the Slayer
 * 9 Aura the Guillotine
 * 10 A Powerful Mage
 * 11 Winter in the Northern Lands
 * 12 A Real Hero
 * 13 Aversion to One`s Own Kind
 * 14 Privilege of the Young
 * 15 Smells Like Trouble
 * 16 Long-Lived Friends
 * 17 Take Care
 * 18 First-Class Mage Exam
 * 19 Well-Laid Plans
 * 20 Necessary Killing
 * 21 The World of Magic
 * 22 Future Enemies
 * 23 Conquering the Labyrinth
 * 24 Perfect Replicas
 * 25 A Fatal Vulnerability
 * 26 The Height of Magic
 * 27 An Era of Humans
 * 28 It Would Be Embarrassing When We Met Again


FRIEREN: BEYOND JOURNEY’S END

Sousou no Frieren; Frieren: Beyond Journey’s End
PG 13 HD
The mission is over, however, for an inexperienced mage elf, the instruction on
authentic survival has recently commenced.
Once the Demon King was defeated and a time of concord introduced by Frieren and
her courageous comrades, they must now depart and adopt a tranquil way of life.
However, as an elf blessed with enduring longevity, Frieren must face the
unavoidable departure of her human companions. Can she comprehend the notion of
mortality and uncover contentment in her own presence? Will she acquire an
understanding of the human outlook on life? To unravel these questions, Frieren
embarks on a new voyage of revelation.
[more]
Type: TV
Country: Japan
Premiered: Fall 2023
Date aired: Sep 29, 2023 to Mar 22, 2024
Broadcast: Fridays at 23:00 JST
Status: Completed
Genres: Adventure, Drama, Fantasy, Shounen, Iyashikei, Demons, Magic
MAL: 9.39 by 309,615 reviews
Duration: 24 min
Episodes: 28
Studios: Madhouse
Producers: Dentsu, Aniplex, TOHO animation, Nippon Television Network,
Shogakukan, Shogakukan-Shueisha Productions
9.49/10 58822 reviews

What do you think about this anime?
Related
Side Story
Sousou no Frieren: ●● no Mahou
ONA 468k 4.8k
552 Shares
89
172
91
85
108



Comments
Anime
Episode 3 SUB
Rules
Click here to read the comment rules
Recommended
Wandering Witch: The Journey of Elaina
TV 12 Eps 58k
Spice and Wolf
TV 13 Eps 55k
Violet Evergarden
TV 13 Eps 134k
MUSHI-SHI
TV 26 Eps 48k
Delicious in Dungeon
TV 24 Eps 54k
Maquia: When the Promised Flower Blooms
MOVIE 1 Eps 34k
Natsume's Book of Friends
TV 13 Eps 38k
Kino's Journey
TV 13 Eps 19k
To Your Eternity
TV 20 Eps 127k
Mushoku Tensei: Jobless Reincarnation
TV 11 Eps 215k

REPORT AN ISSUE

×
Sousou no Frieren
Episode ?
Video:
Broken
Audio:
Not synced
Subtitle:
Not synced
Skip time:
Wrong
Other:

Submit
A-Z List
Searching anime order by alphabet name A to Z.
 * All
 * 0-9
 * A
 * B
 * C
 * D
 * E
 * F
 * G
 * H
 * I
 * J
 * K
 * L
 * M
 * N
 * O
 * P
 * Q
 * R
 * S
 * T
 * U
 * V
 * W
 * X
 * Y
 * Z

Join now
Help
 * FAQ
 * Contact
 * Request

Friends
 * fmovies
 * read manga online
 * aniwave

Copyright © aniwave.to. All Rights Reserved
This site does not store any files on its server. All contents are provided by
non-affiliated third parties.

LOGIN

×

Welcome back!

Forgot password

Submit
Don't have an account? Register

REGISTER

×

Create an account to use full range of functions..

Register
Already have an account? Sign in

FORGOT PASSWORD

×

We will send an email to your box, just follow that link to set your new
password.

Submit
Back to sign in

SEND A REQUEST

×

If you can't find your favourite anime in our library, please submit a request.
We will try to make it available as soon as possible.

Submit



word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1